Skip to content

Commit c218e3d

Browse files
committed
[internal] revert change merged accidentally (react#35546)
I accidentally pushed this to new flag to react#35541 and then merged it. Reverting it so I can submit a review. DiffTrain build for [be3fb29](react@be3fb29)
1 parent 2db9995 commit c218e3d

34 files changed

Lines changed: 1608 additions & 1482 deletions

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6baff7ac763c475087ab5ebf7eef5d0b9f4436df
1+
be3fb29904a23322bd3cef7752df517fabdc188a
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6baff7ac763c475087ab5ebf7eef5d0b9f4436df
1+
be3fb29904a23322bd3cef7752df517fabdc188a

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ __DEV__ &&
14971497
exports.useTransition = function () {
14981498
return resolveDispatcher().useTransition();
14991499
};
1500-
exports.version = "19.3.0-www-classic-6baff7ac-20260116";
1500+
exports.version = "19.3.0-www-classic-be3fb299-20260117";
15011501
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15021502
"function" ===
15031503
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ __DEV__ &&
14971497
exports.useTransition = function () {
14981498
return resolveDispatcher().useTransition();
14991499
};
1500-
exports.version = "19.3.0-www-modern-6baff7ac-20260116";
1500+
exports.version = "19.3.0-www-modern-be3fb299-20260117";
15011501
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15021502
"function" ===
15031503
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,4 +614,4 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.3.0-www-classic-6baff7ac-20260116";
617+
exports.version = "19.3.0-www-classic-be3fb299-20260117";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,4 +614,4 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.3.0-www-modern-6baff7ac-20260116";
617+
exports.version = "19.3.0-www-modern-be3fb299-20260117";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ exports.useSyncExternalStore = function (
618618
exports.useTransition = function () {
619619
return ReactSharedInternals.H.useTransition();
620620
};
621-
exports.version = "19.3.0-www-classic-6baff7ac-20260116";
621+
exports.version = "19.3.0-www-classic-be3fb299-20260117";
622622
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
623623
"function" ===
624624
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ exports.useSyncExternalStore = function (
618618
exports.useTransition = function () {
619619
return ReactSharedInternals.H.useTransition();
620620
};
621-
exports.version = "19.3.0-www-modern-6baff7ac-20260116";
621+
exports.version = "19.3.0-www-modern-be3fb299-20260117";
622622
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
623623
"function" ===
624624
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10037,6 +10037,13 @@ __DEV__ &&
1003710037
case 30:
1003810038
if (enableViewTransition)
1003910039
return (
10040+
null === workInProgress.stateNode &&
10041+
(workInProgress.stateNode = {
10042+
autoName: null,
10043+
paired: null,
10044+
clones: null,
10045+
ref: null
10046+
}),
1004010047
(returnFiber = workInProgress.pendingProps),
1004110048
null != returnFiber.name &&
1004210049
"auto" !== returnFiber.name &&
@@ -19049,10 +19056,10 @@ __DEV__ &&
1904919056
useActionState: throwInvalidHookError,
1905019057
useOptimistic: throwInvalidHookError,
1905119058
useMemoCache: throwInvalidHookError,
19052-
useCacheRefresh: throwInvalidHookError
19053-
};
19054-
ContextOnlyDispatcher.useEffectEvent = throwInvalidHookError;
19055-
var HooksDispatcherOnMountInDEV = null,
19059+
useCacheRefresh: throwInvalidHookError,
19060+
useEffectEvent: throwInvalidHookError
19061+
},
19062+
HooksDispatcherOnMountInDEV = null,
1905619063
HooksDispatcherOnMountWithHookTypesInDEV = null,
1905719064
HooksDispatcherOnUpdateInDEV = null,
1905819065
HooksDispatcherOnRerenderInDEV = null,
@@ -20482,10 +20489,10 @@ __DEV__ &&
2048220489
(function () {
2048320490
var internals = {
2048420491
bundleType: 1,
20485-
version: "19.3.0-www-classic-6baff7ac-20260116",
20492+
version: "19.3.0-www-classic-be3fb299-20260117",
2048620493
rendererPackageName: "react-art",
2048720494
currentDispatcherRef: ReactSharedInternals,
20488-
reconcilerVersion: "19.3.0-www-classic-6baff7ac-20260116"
20495+
reconcilerVersion: "19.3.0-www-classic-be3fb299-20260117"
2048920496
};
2049020497
internals.overrideHookState = overrideHookState;
2049120498
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20520,7 +20527,7 @@ __DEV__ &&
2052020527
exports.Shape = Shape;
2052120528
exports.Surface = Surface;
2052220529
exports.Text = Text;
20523-
exports.version = "19.3.0-www-classic-6baff7ac-20260116";
20530+
exports.version = "19.3.0-www-classic-be3fb299-20260117";
2052420531
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2052520532
"function" ===
2052620533
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9869,6 +9869,13 @@ __DEV__ &&
98699869
case 30:
98709870
if (enableViewTransition)
98719871
return (
9872+
null === workInProgress.stateNode &&
9873+
(workInProgress.stateNode = {
9874+
autoName: null,
9875+
paired: null,
9876+
clones: null,
9877+
ref: null
9878+
}),
98729879
(returnFiber = workInProgress.pendingProps),
98739880
null != returnFiber.name &&
98749881
"auto" !== returnFiber.name &&
@@ -18821,10 +18828,10 @@ __DEV__ &&
1882118828
useActionState: throwInvalidHookError,
1882218829
useOptimistic: throwInvalidHookError,
1882318830
useMemoCache: throwInvalidHookError,
18824-
useCacheRefresh: throwInvalidHookError
18825-
};
18826-
ContextOnlyDispatcher.useEffectEvent = throwInvalidHookError;
18827-
var HooksDispatcherOnMountInDEV = null,
18831+
useCacheRefresh: throwInvalidHookError,
18832+
useEffectEvent: throwInvalidHookError
18833+
},
18834+
HooksDispatcherOnMountInDEV = null,
1882818835
HooksDispatcherOnMountWithHookTypesInDEV = null,
1882918836
HooksDispatcherOnUpdateInDEV = null,
1883018837
HooksDispatcherOnRerenderInDEV = null,
@@ -20253,10 +20260,10 @@ __DEV__ &&
2025320260
(function () {
2025420261
var internals = {
2025520262
bundleType: 1,
20256-
version: "19.3.0-www-modern-6baff7ac-20260116",
20263+
version: "19.3.0-www-modern-be3fb299-20260117",
2025720264
rendererPackageName: "react-art",
2025820265
currentDispatcherRef: ReactSharedInternals,
20259-
reconcilerVersion: "19.3.0-www-modern-6baff7ac-20260116"
20266+
reconcilerVersion: "19.3.0-www-modern-be3fb299-20260117"
2026020267
};
2026120268
internals.overrideHookState = overrideHookState;
2026220269
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20291,7 +20298,7 @@ __DEV__ &&
2029120298
exports.Shape = Shape;
2029220299
exports.Surface = Surface;
2029320300
exports.Text = Text;
20294-
exports.version = "19.3.0-www-modern-6baff7ac-20260116";
20301+
exports.version = "19.3.0-www-modern-be3fb299-20260117";
2029520302
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2029620303
"function" ===
2029720304
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)