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
The internal file ReactSharedSubset is what the `react` module resolves
to when imported from a Server Component environment. We gave it this
name because, originally, the idea was that Server Components can access
a subset of the APIs available on the client.
However, since then, we've also added APIs that can _only_ by accessed
on the server and not the client. In other words, it's no longer a
subset, it's a slightly different overlapping set.
So this commit renames ReactSharedSubet to ReactServer and updates all
the references. This does not affect the public API, only our internal
implementation.
DiffTrain build for commit 5d1b15a.
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
@@ -25540,7 +25540,7 @@ if (__DEV__) {
25540
25540
return root;
25541
25541
}
25542
25542
25543
-
var ReactVersion = "18.3.0-canary-60a927d04-20240113";
25543
+
var ReactVersion = "18.3.0-canary-5d1b15a4f-20240116";
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
@@ -9122,7 +9122,7 @@ var devToolsConfig$jscomp$inline_1037 = {
9122
9122
throwError("TestRenderer does not support findFiberByHostInstance()");
9123
9123
},
9124
9124
bundleType: 0,
9125
-
version: "18.3.0-canary-60a927d04-20240113",
9125
+
version: "18.3.0-canary-5d1b15a4f-20240116",
9126
9126
rendererPackageName: "react-test-renderer"
9127
9127
};
9128
9128
varinternals$jscomp$inline_1230={
@@ -9153,7 +9153,7 @@ var internals$jscomp$inline_1230 = {
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
@@ -9550,7 +9550,7 @@ var devToolsConfig$jscomp$inline_1079 = {
9550
9550
throwError("TestRenderer does not support findFiberByHostInstance()");
9551
9551
},
9552
9552
bundleType: 0,
9553
-
version: "18.3.0-canary-60a927d04-20240113",
9553
+
version: "18.3.0-canary-5d1b15a4f-20240116",
9554
9554
rendererPackageName: "react-test-renderer"
9555
9555
};
9556
9556
varinternals$jscomp$inline_1271={
@@ -9581,7 +9581,7 @@ var internals$jscomp$inline_1271 = {
0 commit comments