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] Gracefully handle suspending in DOM configs (#26768)
E.g. if we suspend (throw a promise) in pushStartInstance today we might
have already pushed some chunks (or even child segments potentially). We
should revert back to where we were.
This doesn't usually happen because when we suspend in a component it
doesn't write anything itself, it'll always defer to som host instance
to do the writing.
There was a todo about this already but I'm not 100% sure it's always
safe when suspending. It should be safe when suspending just regularly
because it's just a noop. We might not even want "throwing a promise" in
this mechanism to be supported longer term but for now that's how a
suspend in internals.
DiffTrain build for commit c10010a.
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
@@ -23918,7 +23918,7 @@ function createFiberRoot(
23918
23918
return root;
23919
23919
}
23920
23920
23921
-
var ReactVersion = "18.3.0-canary-f533cee8c-20230503";
23921
+
var ReactVersion = "18.3.0-canary-c10010a6a-20230503";
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
@@ -8623,7 +8623,7 @@ var devToolsConfig$jscomp$inline_1039 = {
8623
8623
throwError("TestRenderer does not support findFiberByHostInstance()");
8624
8624
},
8625
8625
bundleType: 0,
8626
-
version: "18.3.0-canary-f533cee8c-20230503",
8626
+
version: "18.3.0-canary-c10010a6a-20230503",
8627
8627
rendererPackageName: "react-test-renderer"
8628
8628
};
8629
8629
varinternals$jscomp$inline_1238={
@@ -8654,7 +8654,7 @@ var internals$jscomp$inline_1238 = {
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
@@ -9049,7 +9049,7 @@ var devToolsConfig$jscomp$inline_1081 = {
9049
9049
throwError("TestRenderer does not support findFiberByHostInstance()");
9050
9050
},
9051
9051
bundleType: 0,
9052
-
version: "18.3.0-canary-f533cee8c-20230503",
9052
+
version: "18.3.0-canary-c10010a6a-20230503",
9053
9053
rendererPackageName: "react-test-renderer"
9054
9054
};
9055
9055
varinternals$jscomp$inline_1279={
@@ -9080,7 +9080,7 @@ var internals$jscomp$inline_1279 = {
0 commit comments