We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1c43c commit f56eeafCopy full SHA for f56eeaf
packages/react-noop-renderer/src/ReactNoopFlightClient.js
@@ -74,7 +74,6 @@ function read<T>(source: Source, options: ReadOptions): Thenable<T> {
74
for (let i = 0; i < source.length; i++) {
75
processBinaryChunk(response, source[i], 0);
76
}
77
- close(response);
78
return getRoot(response);
79
80
0 commit comments