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
[DOM] Add unstable_batchedUpdates to server-rendering-stub (#27028)
`unstable_batchedUpdates` shouldn't really be called on the server but
the semantics are clear enough and we can provide a trivial
implementation that calls the provided callback so we are adding it to
the server-rendering-stub.
This means we will also keep it around when we make the top level
react-dom exports match the server-rendering-stub in the next major
DiffTrain build for commit 1fdacbe.
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
@@ -23903,7 +23903,7 @@ function createFiberRoot(
23903
23903
return root;
23904
23904
}
23905
23905
23906
-
var ReactVersion = "18.3.0-canary-7f362de15-20230630";
23906
+
var ReactVersion = "18.3.0-canary-1fdacbefd-20230630";
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
@@ -8616,7 +8616,7 @@ var devToolsConfig$jscomp$inline_1031 = {
8616
8616
throwError("TestRenderer does not support findFiberByHostInstance()");
8617
8617
},
8618
8618
bundleType: 0,
8619
-
version: "18.3.0-canary-7f362de15-20230630",
8619
+
version: "18.3.0-canary-1fdacbefd-20230630",
8620
8620
rendererPackageName: "react-test-renderer"
8621
8621
};
8622
8622
varinternals$jscomp$inline_1230={
@@ -8647,7 +8647,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
@@ -9042,7 +9042,7 @@ var devToolsConfig$jscomp$inline_1073 = {
9042
9042
throwError("TestRenderer does not support findFiberByHostInstance()");
9043
9043
},
9044
9044
bundleType: 0,
9045
-
version: "18.3.0-canary-7f362de15-20230630",
9045
+
version: "18.3.0-canary-1fdacbefd-20230630",
9046
9046
rendererPackageName: "react-test-renderer"
9047
9047
};
9048
9048
varinternals$jscomp$inline_1271={
@@ -9073,7 +9073,7 @@ var internals$jscomp$inline_1271 = {
0 commit comments