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
[Flight] Client and Server Reference Creation into Runtime (#27033)
We already did this for Server References on the Client so this brings
us parity with that. This gives us some more flexibility with changing
the runtime implementation without having to affect the loaders.
We can also do more in the runtime such as adding `.bind()` support to
Server References.
I also moved the CommonJS Proxy creation into the runtime helper from
the register so that it can be handled in one place.
This lets us remove the forks from Next.js since the loaders can be
simplified there to just use these helpers.
This PR doesn't change the protocol or shape of the objects. They're
still specific to each bundler but ideally we should probably move this
to shared helpers that can be used by multiple bundler implementations.
DiffTrain build for commit fdc8c81.
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
@@ -23982,7 +23982,7 @@ function createFiberRoot(
23982
23982
return root;
23983
23983
}
23984
23984
23985
-
var ReactVersion = "18.3.0-canary-eb2c2f7c2-20230706";
23985
+
var ReactVersion = "18.3.0-canary-fdc8c81e0-20230707";
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
@@ -8630,7 +8630,7 @@ var devToolsConfig$jscomp$inline_1032 = {
8630
8630
throwError("TestRenderer does not support findFiberByHostInstance()");
8631
8631
},
8632
8632
bundleType: 0,
8633
-
version: "18.3.0-canary-eb2c2f7c2-20230706",
8633
+
version: "18.3.0-canary-fdc8c81e0-20230707",
8634
8634
rendererPackageName: "react-test-renderer"
8635
8635
};
8636
8636
varinternals$jscomp$inline_1231={
@@ -8661,7 +8661,7 @@ var internals$jscomp$inline_1231 = {
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
@@ -9056,7 +9056,7 @@ var devToolsConfig$jscomp$inline_1074 = {
9056
9056
throwError("TestRenderer does not support findFiberByHostInstance()");
9057
9057
},
9058
9058
bundleType: 0,
9059
-
version: "18.3.0-canary-eb2c2f7c2-20230706",
9059
+
version: "18.3.0-canary-fdc8c81e0-20230707",
9060
9060
rendererPackageName: "react-test-renderer"
9061
9061
};
9062
9062
varinternals$jscomp$inline_1272={
@@ -9087,7 +9087,7 @@ var internals$jscomp$inline_1272 = {
0 commit comments