You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fizz][Float] Do not write after closing the stream (#27541)
Float methods can hang on to a reference to a Request after the request
is closed due to AsyncLocalStorage. If a Float method is called at this
point we do not want to attempt to flush anything. This change updates
the closing logic to also call `stopFlowing` which will ensure that any
checks against the destination properly reflect that we cannot do any
writes. In addition it updates the enqueueFlush logic to existence check
the destination inside the work function since it can change across the
work scheduling gap if it is async.
fixes: #27540
DiffTrain build for commit 601e5c3.
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24878,7 +24878,7 @@ function createFiberRoot(
24878
24878
return root;
24879
24879
}
24880
24880
24881
-
var ReactVersion = "18.3.0-canary-20c91b653-20231018";
24881
+
var ReactVersion = "18.3.0-canary-601e5c385-20231018";
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9022,7 +9022,7 @@ var devToolsConfig$jscomp$inline_1031 = {
9022
9022
throwError("TestRenderer does not support findFiberByHostInstance()");
9023
9023
},
9024
9024
bundleType: 0,
9025
-
version: "18.3.0-canary-20c91b653-20231018",
9025
+
version: "18.3.0-canary-601e5c385-20231018",
9026
9026
rendererPackageName: "react-test-renderer"
9027
9027
};
9028
9028
varinternals$jscomp$inline_1224={
@@ -9053,7 +9053,7 @@ var internals$jscomp$inline_1224 = {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9448,7 +9448,7 @@ var devToolsConfig$jscomp$inline_1073 = {
9448
9448
throwError("TestRenderer does not support findFiberByHostInstance()");
9449
9449
},
9450
9450
bundleType: 0,
9451
-
version: "18.3.0-canary-20c91b653-20231018",
9451
+
version: "18.3.0-canary-601e5c385-20231018",
9452
9452
rendererPackageName: "react-test-renderer"
9453
9453
};
9454
9454
varinternals$jscomp$inline_1265={
@@ -9479,7 +9479,7 @@ var internals$jscomp$inline_1265 = {
0 commit comments