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
Clean up deferRenderPhaseUpdateToNextBatch (#26511)
This is a change to some undefined behavior that we though we would do
at one point but decided not to roll out. It's already disabled
everywhere, so this just deletes the branch from the implementation and
the tests.
DiffTrain build for commit 2d51251.
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js
+3-10
Original file line number
Diff line number
Diff line change
@@ -19780,10 +19780,7 @@ function scheduleUpdateOnFiber(root, fiber, lane, eventTime) {
19780
19780
19781
19781
if (root === workInProgressRoot) {
19782
19782
// Received an update to a tree that's in the middle of rendering. Mark
19783
-
// that there was an interleaved update work on this root. Unless the
19784
-
// `deferRenderPhaseUpdateToNextBatch` flag is off and this is a render
19785
-
// phase update. In that case, we don't treat render phase updates as if
19786
-
// they were interleaved, for backwards compat reasons.
19783
+
// that there was an interleaved update work on this root.
19787
19784
if ((executionContext & RenderContext) === NoContext) {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -8640,7 +8640,7 @@ var devToolsConfig$jscomp$inline_1007 = {
8640
8640
throwError("TestRenderer does not support findFiberByHostInstance()");
8641
8641
},
8642
8642
bundleType: 0,
8643
-
version: "18.3.0-next-0ffc7f632-20230330",
8643
+
version: "18.3.0-next-2d51251e6-20230330",
8644
8644
rendererPackageName: "react-test-renderer"
8645
8645
};
8646
8646
varinternals$jscomp$inline_1198={
@@ -8671,7 +8671,7 @@ var internals$jscomp$inline_1198 = {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -9065,7 +9065,7 @@ var devToolsConfig$jscomp$inline_1050 = {
9065
9065
throwError("TestRenderer does not support findFiberByHostInstance()");
9066
9066
},
9067
9067
bundleType: 0,
9068
-
version: "18.3.0-next-0ffc7f632-20230330",
9068
+
version: "18.3.0-next-2d51251e6-20230330",
9069
9069
rendererPackageName: "react-test-renderer"
9070
9070
};
9071
9071
varinternals$jscomp$inline_1239={
@@ -9096,7 +9096,7 @@ var internals$jscomp$inline_1239 = {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js
+3-10
Original file line number
Diff line number
Diff line change
@@ -22844,10 +22844,7 @@ function scheduleUpdateOnFiber(root, fiber, lane, eventTime) {
22844
22844
22845
22845
if (root === workInProgressRoot) {
22846
22846
// Received an update to a tree that's in the middle of rendering. Mark
22847
-
// that there was an interleaved update work on this root. Unless the
22848
-
// `deferRenderPhaseUpdateToNextBatch` flag is off and this is a render
22849
-
// phase update. In that case, we don't treat render phase updates as if
22850
-
// they were interleaved, for backwards compat reasons.
22847
+
// that there was an interleaved update work on this root.
22851
22848
if ((executionContext & RenderContext) === NoContext) {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -9507,7 +9507,7 @@ var roots = new Map(),
9507
9507
devToolsConfig$jscomp$inline_1027={
9508
9508
findFiberByHostInstance: getInstanceFromNode,
9509
9509
bundleType: 0,
9510
-
version: "18.3.0-next-0ffc7f632-20230330",
9510
+
version: "18.3.0-next-2d51251e6-20230330",
9511
9511
rendererPackageName: "react-native-renderer",
9512
9512
rendererConfig: {
9513
9513
getInspectorDataForViewTag: function(){
@@ -9549,7 +9549,7 @@ var internals$jscomp$inline_1273 = {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.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
+3-10
Original file line number
Diff line number
Diff line change
@@ -23384,10 +23384,7 @@ function scheduleUpdateOnFiber(root, fiber, lane, eventTime) {
23384
23384
23385
23385
if (root === workInProgressRoot) {
23386
23386
// Received an update to a tree that's in the middle of rendering. Mark
23387
-
// that there was an interleaved update work on this root. Unless the
23388
-
// `deferRenderPhaseUpdateToNextBatch` flag is off and this is a render
23389
-
// phase update. In that case, we don't treat render phase updates as if
23390
-
// they were interleaved, for backwards compat reasons.
23387
+
// that there was an interleaved update work on this root.
23391
23388
if ((executionContext & RenderContext) === NoContext) {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -9763,7 +9763,7 @@ var roots = new Map(),
9763
9763
devToolsConfig$jscomp$inline_1086 = {
9764
9764
findFiberByHostInstance: getInstanceFromTag,
9765
9765
bundleType: 0,
9766
-
version: "18.3.0-next-0ffc7f632-20230330",
9766
+
version: "18.3.0-next-2d51251e6-20230330",
9767
9767
rendererPackageName: "react-native-renderer",
9768
9768
rendererConfig: {
9769
9769
getInspectorDataForViewTag: function () {
@@ -9805,7 +9805,7 @@ var internals$jscomp$inline_1339 = {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js
0 commit comments