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
Move ReactCurrentDispatcher back to shared internals (#27462)
The jsx-runtime uses the ReactCurrentDispatcher from shared internals.
Recently this was moved to ReactServerSharedInternals which broke
jsx-runtime. This change moves it back to ReactSharedInternals until we
can come up with a new forking mechanism.
DiffTrain build for commit 6f13243.
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
@@ -24772,7 +24772,7 @@ function createFiberRoot(
24772
24772
return root;
24773
24773
}
24774
24774
24775
-
var ReactVersion = "18.3.0-canary-ca237d6f0-20231004";
24775
+
var ReactVersion = "18.3.0-canary-6f1324395-20231004";
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
@@ -8978,7 +8978,7 @@ var devToolsConfig$jscomp$inline_998 = {
8978
8978
throwError("TestRenderer does not support findFiberByHostInstance()");
8979
8979
},
8980
8980
bundleType: 0,
8981
-
version: "18.3.0-canary-ca237d6f0-20231004",
8981
+
version: "18.3.0-canary-6f1324395-20231004",
8982
8982
rendererPackageName: "react-test-renderer"
8983
8983
};
8984
8984
varinternals$jscomp$inline_1191={
@@ -9009,7 +9009,7 @@ var internals$jscomp$inline_1191 = {
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
@@ -9404,7 +9404,7 @@ var devToolsConfig$jscomp$inline_1040 = {
9404
9404
throwError("TestRenderer does not support findFiberByHostInstance()");
9405
9405
},
9406
9406
bundleType: 0,
9407
-
version: "18.3.0-canary-ca237d6f0-20231004",
9407
+
version: "18.3.0-canary-6f1324395-20231004",
9408
9408
rendererPackageName: "react-test-renderer"
9409
9409
};
9410
9410
varinternals$jscomp$inline_1232={
@@ -9435,7 +9435,7 @@ var internals$jscomp$inline_1232 = {
0 commit comments