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
Remove createRootStrictEffectsByDefault flag (#28102)
There's no need to separate strict mode from strict effects mode any
more.
I didn't clean up the `StrictEffectMode` fiber flag, because it's used
to prevent strict effects in legacy mode. I could replace those checks
with `LegacyMode` checks, but when we remove legacy mode, we can remove
that flag and condense them into one StrictMode flag away.
DiffTrain build for commit 3d1da1f.
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js
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
@@ -9149,7 +9149,7 @@ var devToolsConfig$jscomp$inline_1031 = {
9149
9149
throwError("TestRenderer does not support findFiberByHostInstance()");
9150
9150
},
9151
9151
bundleType: 0,
9152
-
version: "18.3.0-canary-4dd475c97-20240201",
9152
+
version: "18.3.0-canary-3d1da1f9a-20240201",
9153
9153
rendererPackageName: "react-test-renderer"
9154
9154
};
9155
9155
varinternals$jscomp$inline_1207={
@@ -9180,7 +9180,7 @@ var internals$jscomp$inline_1207 = {
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
@@ -9577,7 +9577,7 @@ var devToolsConfig$jscomp$inline_1073 = {
9577
9577
throwError("TestRenderer does not support findFiberByHostInstance()");
9578
9578
},
9579
9579
bundleType: 0,
9580
-
version: "18.3.0-canary-4dd475c97-20240201",
9580
+
version: "18.3.0-canary-3d1da1f9a-20240201",
9581
9581
rendererPackageName: "react-test-renderer"
9582
9582
};
9583
9583
varinternals$jscomp$inline_1248={
@@ -9608,7 +9608,7 @@ var internals$jscomp$inline_1248 = {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js
0 commit comments