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
[Static][Fizz] Carry forward bootstrap config to resume if postponing in the shell (#27672)
Previously it was possible to postpone in the shell during a prerender
and then during a resume the bootstrap scripts would not be emitted
leading to no hydration on the client. This change moves the bootstrap
configuration to `ResumableState` where it can be serialized after
postponing if it wasn't flushed as part of the static shell.
DiffTrain build for commit 7508dcd.
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
@@ -25356,7 +25356,7 @@ if (__DEV__) {
25356
25356
return root;
25357
25357
}
25358
25358
25359
-
var ReactVersion = "18.3.0-canary-88b00dec4-20231108";
25359
+
var ReactVersion = "18.3.0-canary-7508dcd5c-20231108";
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
@@ -9044,7 +9044,7 @@ var devToolsConfig$jscomp$inline_1033 = {
9044
9044
throwError("TestRenderer does not support findFiberByHostInstance()");
9045
9045
},
9046
9046
bundleType: 0,
9047
-
version: "18.3.0-canary-88b00dec4-20231108",
9047
+
version: "18.3.0-canary-7508dcd5c-20231108",
9048
9048
rendererPackageName: "react-test-renderer"
9049
9049
};
9050
9050
varinternals$jscomp$inline_1226={
@@ -9075,7 +9075,7 @@ var internals$jscomp$inline_1226 = {
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
@@ -9470,7 +9470,7 @@ var devToolsConfig$jscomp$inline_1075 = {
9470
9470
throwError("TestRenderer does not support findFiberByHostInstance()");
9471
9471
},
9472
9472
bundleType: 0,
9473
-
version: "18.3.0-canary-88b00dec4-20231108",
9473
+
version: "18.3.0-canary-7508dcd5c-20231108",
9474
9474
rendererPackageName: "react-test-renderer"
9475
9475
};
9476
9476
varinternals$jscomp$inline_1267={
@@ -9501,7 +9501,7 @@ var internals$jscomp$inline_1267 = {
0 commit comments