Skip to content

Commit 13351c7

Browse files
committed
Optimize gesture by allowing the original work in progress tree to be a suspended commit (#35510)
Stacked on #35487. This is slightly different because the first suspended commit is on blockers that prevent us from committing which still needs to be resolved first. If a gesture lane has to be rerendered while the gesture is happening then it reenters this state with a new tree. (Currently this doesn't happen for a ping I think which is not really how it usually works but better in this case.) DiffTrain build for [4cf9063](4cf9063)
1 parent 3c11092 commit 13351c7

File tree

21 files changed

+84
-84
lines changed

21 files changed

+84
-84
lines changed

compiled-rn/VERSION_NATIVE_FB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.3.0-native-fb-35a81cec-20260115
1+
19.3.0-native-fb-4cf90638-20260115

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<f1a9d7a7ba717ed900955577399447bc>>
10+
* @generated SignedSource<<a59dcef44ec6d111f4626744999c7195>>
1111
*/
1212

1313
"use strict";
@@ -410,5 +410,5 @@ __DEV__ &&
410410
exports.useFormStatus = function () {
411411
return resolveDispatcher().useHostTransitionStatus();
412412
};
413-
exports.version = "19.3.0-native-fb-35a81cec-20260115";
413+
exports.version = "19.3.0-native-fb-4cf90638-20260115";
414414
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<4f826f33813b85ad490b4acbee6b96b2>>
10+
* @generated SignedSource<<c4cbf9366aecb8f8107ab4b6f82934af>>
1111
*/
1212

1313
"use strict";
@@ -209,4 +209,4 @@ exports.useFormState = function (action, initialState, permalink) {
209209
exports.useFormStatus = function () {
210210
return ReactSharedInternals.H.useHostTransitionStatus();
211211
};
212-
exports.version = "19.3.0-native-fb-35a81cec-20260115";
212+
exports.version = "19.3.0-native-fb-4cf90638-20260115";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<4f826f33813b85ad490b4acbee6b96b2>>
10+
* @generated SignedSource<<c4cbf9366aecb8f8107ab4b6f82934af>>
1111
*/
1212

1313
"use strict";
@@ -209,4 +209,4 @@ exports.useFormState = function (action, initialState, permalink) {
209209
exports.useFormStatus = function () {
210210
return ReactSharedInternals.H.useHostTransitionStatus();
211211
};
212-
exports.version = "19.3.0-native-fb-35a81cec-20260115";
212+
exports.version = "19.3.0-native-fb-4cf90638-20260115";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<9d28bb2a45631985ef894b8a07bc349d>>
10+
* @generated SignedSource<<054109e9836b85482901729199273669>>
1111
*/
1212

1313
/*
@@ -9140,7 +9140,7 @@ __DEV__ &&
91409140
hook
91419141
);
91429142
if (
9143-
0 === (renderLanes & 42) ||
9143+
0 === (renderLanes & 106) ||
91449144
(0 !== (renderLanes & 1073741824) &&
91459145
0 === (workInProgressRootRenderLanes & 261930))
91469146
)
@@ -30276,11 +30276,11 @@ __DEV__ &&
3027630276
};
3027730277
(function () {
3027830278
var isomorphicReactPackageVersion = React.version;
30279-
if ("19.3.0-native-fb-35a81cec-20260115" !== isomorphicReactPackageVersion)
30279+
if ("19.3.0-native-fb-4cf90638-20260115" !== isomorphicReactPackageVersion)
3028030280
throw Error(
3028130281
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3028230282
(isomorphicReactPackageVersion +
30283-
"\n - react-dom: 19.3.0-native-fb-35a81cec-20260115\nLearn more: https://react.dev/warnings/version-mismatch")
30283+
"\n - react-dom: 19.3.0-native-fb-4cf90638-20260115\nLearn more: https://react.dev/warnings/version-mismatch")
3028430284
);
3028530285
})();
3028630286
("function" === typeof Map &&
@@ -30317,10 +30317,10 @@ __DEV__ &&
3031730317
!(function () {
3031830318
var internals = {
3031930319
bundleType: 1,
30320-
version: "19.3.0-native-fb-35a81cec-20260115",
30320+
version: "19.3.0-native-fb-4cf90638-20260115",
3032130321
rendererPackageName: "react-dom",
3032230322
currentDispatcherRef: ReactSharedInternals,
30323-
reconcilerVersion: "19.3.0-native-fb-35a81cec-20260115"
30323+
reconcilerVersion: "19.3.0-native-fb-4cf90638-20260115"
3032430324
};
3032530325
internals.overrideHookState = overrideHookState;
3032630326
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30470,5 +30470,5 @@ __DEV__ &&
3047030470
listenToAllSupportedEvents(container);
3047130471
return new ReactDOMHydrationRoot(initialChildren);
3047230472
};
30473-
exports.version = "19.3.0-native-fb-35a81cec-20260115";
30473+
exports.version = "19.3.0-native-fb-4cf90638-20260115";
3047430474
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<b0e5f1023fdf8ef4fed62ce42b7d0cf9>>
10+
* @generated SignedSource<<d6c8a11605cd061e486b3f99208f8210>>
1111
*/
1212

1313
/*
@@ -5485,7 +5485,7 @@ function updateDeferredValueImpl(hook, prevValue, value, initialValue) {
54855485
hook
54865486
);
54875487
if (
5488-
0 === (renderLanes & 42) ||
5488+
0 === (renderLanes & 106) ||
54895489
(0 !== (renderLanes & 1073741824) &&
54905490
0 === (workInProgressRootRenderLanes & 261930))
54915491
)
@@ -17719,14 +17719,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1771917719
};
1772017720
var isomorphicReactPackageVersion$jscomp$inline_2054 = React.version;
1772117721
if (
17722-
"19.3.0-native-fb-35a81cec-20260115" !==
17722+
"19.3.0-native-fb-4cf90638-20260115" !==
1772317723
isomorphicReactPackageVersion$jscomp$inline_2054
1772417724
)
1772517725
throw Error(
1772617726
formatProdErrorMessage(
1772717727
527,
1772817728
isomorphicReactPackageVersion$jscomp$inline_2054,
17729-
"19.3.0-native-fb-35a81cec-20260115"
17729+
"19.3.0-native-fb-4cf90638-20260115"
1773017730
)
1773117731
);
1773217732
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17748,10 +17748,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1774817748
};
1774917749
var internals$jscomp$inline_2638 = {
1775017750
bundleType: 0,
17751-
version: "19.3.0-native-fb-35a81cec-20260115",
17751+
version: "19.3.0-native-fb-4cf90638-20260115",
1775217752
rendererPackageName: "react-dom",
1775317753
currentDispatcherRef: ReactSharedInternals,
17754-
reconcilerVersion: "19.3.0-native-fb-35a81cec-20260115"
17754+
reconcilerVersion: "19.3.0-native-fb-4cf90638-20260115"
1775517755
};
1775617756
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1775717757
var hook$jscomp$inline_2639 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17858,4 +17858,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1785817858
listenToAllSupportedEvents(container);
1785917859
return new ReactDOMHydrationRoot(initialChildren);
1786017860
};
17861-
exports.version = "19.3.0-native-fb-35a81cec-20260115";
17861+
exports.version = "19.3.0-native-fb-4cf90638-20260115";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<396d39f81165430691b9e3c5266aa835>>
10+
* @generated SignedSource<<f34522bc7cc005b77fbb87a3550967a1>>
1111
*/
1212

1313
/*
@@ -5949,7 +5949,7 @@ function updateDeferredValueImpl(hook, prevValue, value, initialValue) {
59495949
hook
59505950
);
59515951
if (
5952-
0 === (renderLanes & 42) ||
5952+
0 === (renderLanes & 106) ||
59535953
(0 !== (renderLanes & 1073741824) &&
59545954
0 === (workInProgressRootRenderLanes & 261930))
59555955
)
@@ -19853,14 +19853,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1985319853
};
1985419854
var isomorphicReactPackageVersion$jscomp$inline_2376 = React.version;
1985519855
if (
19856-
"19.3.0-native-fb-35a81cec-20260115" !==
19856+
"19.3.0-native-fb-4cf90638-20260115" !==
1985719857
isomorphicReactPackageVersion$jscomp$inline_2376
1985819858
)
1985919859
throw Error(
1986019860
formatProdErrorMessage(
1986119861
527,
1986219862
isomorphicReactPackageVersion$jscomp$inline_2376,
19863-
"19.3.0-native-fb-35a81cec-20260115"
19863+
"19.3.0-native-fb-4cf90638-20260115"
1986419864
)
1986519865
);
1986619866
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19882,10 +19882,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1988219882
};
1988319883
var internals$jscomp$inline_2383 = {
1988419884
bundleType: 0,
19885-
version: "19.3.0-native-fb-35a81cec-20260115",
19885+
version: "19.3.0-native-fb-4cf90638-20260115",
1988619886
rendererPackageName: "react-dom",
1988719887
currentDispatcherRef: ReactSharedInternals,
19888-
reconcilerVersion: "19.3.0-native-fb-35a81cec-20260115",
19888+
reconcilerVersion: "19.3.0-native-fb-4cf90638-20260115",
1988919889
getLaneLabelMap: function () {
1989019890
for (
1989119891
var map = new Map(), lane = 1, index$336 = 0;
@@ -20008,4 +20008,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
2000820008
listenToAllSupportedEvents(container);
2000920009
return new ReactDOMHydrationRoot(initialChildren);
2001020010
};
20011-
exports.version = "19.3.0-native-fb-35a81cec-20260115";
20011+
exports.version = "19.3.0-native-fb-4cf90638-20260115";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<d3d6939e93a2a76c898347ca67db5fa9>>
10+
* @generated SignedSource<<3e356320db4ff57f16d94cb62fcce722>>
1111
*/
1212

1313
/*
@@ -9148,7 +9148,7 @@ __DEV__ &&
91489148
hook
91499149
);
91509150
if (
9151-
0 === (renderLanes & 42) ||
9151+
0 === (renderLanes & 106) ||
91529152
(0 !== (renderLanes & 1073741824) &&
91539153
0 === (workInProgressRootRenderLanes & 261930))
91549154
)
@@ -30338,11 +30338,11 @@ __DEV__ &&
3033830338
};
3033930339
(function () {
3034030340
var isomorphicReactPackageVersion = React.version;
30341-
if ("19.3.0-native-fb-35a81cec-20260115" !== isomorphicReactPackageVersion)
30341+
if ("19.3.0-native-fb-4cf90638-20260115" !== isomorphicReactPackageVersion)
3034230342
throw Error(
3034330343
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3034430344
(isomorphicReactPackageVersion +
30345-
"\n - react-dom: 19.3.0-native-fb-35a81cec-20260115\nLearn more: https://react.dev/warnings/version-mismatch")
30345+
"\n - react-dom: 19.3.0-native-fb-4cf90638-20260115\nLearn more: https://react.dev/warnings/version-mismatch")
3034630346
);
3034730347
})();
3034830348
("function" === typeof Map &&
@@ -30379,10 +30379,10 @@ __DEV__ &&
3037930379
!(function () {
3038030380
var internals = {
3038130381
bundleType: 1,
30382-
version: "19.3.0-native-fb-35a81cec-20260115",
30382+
version: "19.3.0-native-fb-4cf90638-20260115",
3038330383
rendererPackageName: "react-dom",
3038430384
currentDispatcherRef: ReactSharedInternals,
30385-
reconcilerVersion: "19.3.0-native-fb-35a81cec-20260115"
30385+
reconcilerVersion: "19.3.0-native-fb-4cf90638-20260115"
3038630386
};
3038730387
internals.overrideHookState = overrideHookState;
3038830388
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30848,7 +30848,7 @@ __DEV__ &&
3084830848
exports.useFormStatus = function () {
3084930849
return resolveDispatcher().useHostTransitionStatus();
3085030850
};
30851-
exports.version = "19.3.0-native-fb-35a81cec-20260115";
30851+
exports.version = "19.3.0-native-fb-4cf90638-20260115";
3085230852
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3085330853
"function" ===
3085430854
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<d30e07c3c1cd7d373dc3b7e2e656c19b>>
10+
* @generated SignedSource<<6359bf53f691d06a9b39aea8fa136193>>
1111
*/
1212

1313
/*
@@ -5486,7 +5486,7 @@ function updateDeferredValueImpl(hook, prevValue, value, initialValue) {
54865486
hook
54875487
);
54885488
if (
5489-
0 === (renderLanes & 42) ||
5489+
0 === (renderLanes & 106) ||
54905490
(0 !== (renderLanes & 1073741824) &&
54915491
0 === (workInProgressRootRenderLanes & 261930))
54925492
)
@@ -17736,14 +17736,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1773617736
};
1773717737
var isomorphicReactPackageVersion$jscomp$inline_2055 = React.version;
1773817738
if (
17739-
"19.3.0-native-fb-35a81cec-20260115" !==
17739+
"19.3.0-native-fb-4cf90638-20260115" !==
1774017740
isomorphicReactPackageVersion$jscomp$inline_2055
1774117741
)
1774217742
throw Error(
1774317743
formatProdErrorMessage(
1774417744
527,
1774517745
isomorphicReactPackageVersion$jscomp$inline_2055,
17746-
"19.3.0-native-fb-35a81cec-20260115"
17746+
"19.3.0-native-fb-4cf90638-20260115"
1774717747
)
1774817748
);
1774917749
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17765,10 +17765,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1776517765
};
1776617766
var internals$jscomp$inline_2641 = {
1776717767
bundleType: 0,
17768-
version: "19.3.0-native-fb-35a81cec-20260115",
17768+
version: "19.3.0-native-fb-4cf90638-20260115",
1776917769
rendererPackageName: "react-dom",
1777017770
currentDispatcherRef: ReactSharedInternals,
17771-
reconcilerVersion: "19.3.0-native-fb-35a81cec-20260115"
17771+
reconcilerVersion: "19.3.0-native-fb-4cf90638-20260115"
1777217772
};
1777317773
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1777417774
var hook$jscomp$inline_2642 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18028,4 +18028,4 @@ exports.useFormState = function (action, initialState, permalink) {
1802818028
exports.useFormStatus = function () {
1802918029
return ReactSharedInternals.H.useHostTransitionStatus();
1803018030
};
18031-
exports.version = "19.3.0-native-fb-35a81cec-20260115";
18031+
exports.version = "19.3.0-native-fb-4cf90638-20260115";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<2b89d733bf86816d55adeeb4ebdbac76>>
10+
* @generated SignedSource<<031fc005f2d91025fce9a96576a5b575>>
1111
*/
1212

1313
/*
@@ -5954,7 +5954,7 @@ function updateDeferredValueImpl(hook, prevValue, value, initialValue) {
59545954
hook
59555955
);
59565956
if (
5957-
0 === (renderLanes & 42) ||
5957+
0 === (renderLanes & 106) ||
59585958
(0 !== (renderLanes & 1073741824) &&
59595959
0 === (workInProgressRootRenderLanes & 261930))
59605960
)
@@ -19874,14 +19874,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1987419874
};
1987519875
var isomorphicReactPackageVersion$jscomp$inline_2377 = React.version;
1987619876
if (
19877-
"19.3.0-native-fb-35a81cec-20260115" !==
19877+
"19.3.0-native-fb-4cf90638-20260115" !==
1987819878
isomorphicReactPackageVersion$jscomp$inline_2377
1987919879
)
1988019880
throw Error(
1988119881
formatProdErrorMessage(
1988219882
527,
1988319883
isomorphicReactPackageVersion$jscomp$inline_2377,
19884-
"19.3.0-native-fb-35a81cec-20260115"
19884+
"19.3.0-native-fb-4cf90638-20260115"
1988519885
)
1988619886
);
1988719887
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19903,10 +19903,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1990319903
};
1990419904
var internals$jscomp$inline_2384 = {
1990519905
bundleType: 0,
19906-
version: "19.3.0-native-fb-35a81cec-20260115",
19906+
version: "19.3.0-native-fb-4cf90638-20260115",
1990719907
rendererPackageName: "react-dom",
1990819908
currentDispatcherRef: ReactSharedInternals,
19909-
reconcilerVersion: "19.3.0-native-fb-35a81cec-20260115",
19909+
reconcilerVersion: "19.3.0-native-fb-4cf90638-20260115",
1991019910
getLaneLabelMap: function () {
1991119911
for (
1991219912
var map = new Map(), lane = 1, index$336 = 0;
@@ -20182,7 +20182,7 @@ exports.useFormState = function (action, initialState, permalink) {
2018220182
exports.useFormStatus = function () {
2018320183
return ReactSharedInternals.H.useHostTransitionStatus();
2018420184
};
20185-
exports.version = "19.3.0-native-fb-35a81cec-20260115";
20185+
exports.version = "19.3.0-native-fb-4cf90638-20260115";
2018620186
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2018720187
"function" ===
2018820188
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)