Skip to content

Commit 529af77

Browse files
committed
prettier broke flow
1 parent df05572 commit 529af77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-server/src/ReactFlightServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4104,8 +4104,8 @@ function renderConsoleValue(
41044104
return existingReference;
41054105
}
41064106

4107-
// $FlowFixMe[method-unbinding]
41084107
const serializedValue = serializeEval(
4108+
// $FlowFixMe[method-unbinding]
41094109
'(' + Function.prototype.toString.call(value) + ')',
41104110
);
41114111
request.pendingChunks++;

0 commit comments

Comments
 (0)