Export addTransitionType for www (#32311)

need dis based api

DiffTrain build for [ff6283340a](https://github.com/facebook/react/commit/ff6283340a10bb72ad0fb16ca027606a9ea1e67c)
This commit is contained in:
rickhanlonii
2025-02-05 15:37:59 -08:00
committed by rickhanlonii
parent ffbc04930a
commit 02b8f6c26b
34 changed files with 128 additions and 86 deletions
+1 -1
View File
@@ -1 +1 @@
32b411496b92455cede3b286eb37c8b183989051
ff6283340a10bb72ad0fb16ca027606a9ea1e67c
+1 -1
View File
@@ -1 +1 @@
32b411496b92455cede3b286eb37c8b183989051
ff6283340a10bb72ad0fb16ca027606a9ea1e67c
+8 -1
View File
@@ -1884,6 +1884,13 @@ __DEV__ &&
exports.unstable_SuspenseList = REACT_SUSPENSE_LIST_TYPE;
exports.unstable_TracingMarker = REACT_TRACING_MARKER_TYPE;
exports.unstable_ViewTransition = REACT_VIEW_TRANSITION_TYPE;
exports.unstable_addTransitionType = function (type) {
var pendingTransitionTypes = ReactSharedInternals.V;
null === pendingTransitionTypes
? (ReactSharedInternals.V = [type])
: -1 === pendingTransitionTypes.indexOf(type) &&
pendingTransitionTypes.push(type);
};
exports.unstable_getCacheForType = function (resourceType) {
var dispatcher = ReactSharedInternals.A;
return dispatcher
@@ -1965,7 +1972,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.1.0-www-classic-32b41149-20250204";
exports.version = "19.1.0-www-classic-ff628334-20250205";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+8 -1
View File
@@ -1884,6 +1884,13 @@ __DEV__ &&
exports.unstable_SuspenseList = REACT_SUSPENSE_LIST_TYPE;
exports.unstable_TracingMarker = REACT_TRACING_MARKER_TYPE;
exports.unstable_ViewTransition = REACT_VIEW_TRANSITION_TYPE;
exports.unstable_addTransitionType = function (type) {
var pendingTransitionTypes = ReactSharedInternals.V;
null === pendingTransitionTypes
? (ReactSharedInternals.V = [type])
: -1 === pendingTransitionTypes.indexOf(type) &&
pendingTransitionTypes.push(type);
};
exports.unstable_getCacheForType = function (resourceType) {
var dispatcher = ReactSharedInternals.A;
return dispatcher
@@ -1965,7 +1972,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.1.0-www-modern-32b41149-20250204";
exports.version = "19.1.0-www-modern-ff628334-20250205";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+8 -1
View File
@@ -564,6 +564,13 @@ exports.unstable_Scope = REACT_SCOPE_TYPE;
exports.unstable_SuspenseList = REACT_SUSPENSE_LIST_TYPE;
exports.unstable_TracingMarker = REACT_TRACING_MARKER_TYPE;
exports.unstable_ViewTransition = REACT_VIEW_TRANSITION_TYPE;
exports.unstable_addTransitionType = function (type) {
var pendingTransitionTypes = ReactSharedInternals.V;
null === pendingTransitionTypes
? (ReactSharedInternals.V = [type])
: -1 === pendingTransitionTypes.indexOf(type) &&
pendingTransitionTypes.push(type);
};
exports.unstable_getCacheForType = function (resourceType) {
var dispatcher = ReactSharedInternals.A;
return dispatcher ? dispatcher.getCacheForType(resourceType) : resourceType();
@@ -632,4 +639,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.1.0-www-classic-32b41149-20250204";
exports.version = "19.1.0-www-classic-ff628334-20250205";
+8 -1
View File
@@ -564,6 +564,13 @@ exports.unstable_Scope = REACT_SCOPE_TYPE;
exports.unstable_SuspenseList = REACT_SUSPENSE_LIST_TYPE;
exports.unstable_TracingMarker = REACT_TRACING_MARKER_TYPE;
exports.unstable_ViewTransition = REACT_VIEW_TRANSITION_TYPE;
exports.unstable_addTransitionType = function (type) {
var pendingTransitionTypes = ReactSharedInternals.V;
null === pendingTransitionTypes
? (ReactSharedInternals.V = [type])
: -1 === pendingTransitionTypes.indexOf(type) &&
pendingTransitionTypes.push(type);
};
exports.unstable_getCacheForType = function (resourceType) {
var dispatcher = ReactSharedInternals.A;
return dispatcher ? dispatcher.getCacheForType(resourceType) : resourceType();
@@ -632,4 +639,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.1.0-www-modern-32b41149-20250204";
exports.version = "19.1.0-www-modern-ff628334-20250205";
@@ -568,6 +568,13 @@ exports.unstable_Scope = REACT_SCOPE_TYPE;
exports.unstable_SuspenseList = REACT_SUSPENSE_LIST_TYPE;
exports.unstable_TracingMarker = REACT_TRACING_MARKER_TYPE;
exports.unstable_ViewTransition = REACT_VIEW_TRANSITION_TYPE;
exports.unstable_addTransitionType = function (type) {
var pendingTransitionTypes = ReactSharedInternals.V;
null === pendingTransitionTypes
? (ReactSharedInternals.V = [type])
: -1 === pendingTransitionTypes.indexOf(type) &&
pendingTransitionTypes.push(type);
};
exports.unstable_getCacheForType = function (resourceType) {
var dispatcher = ReactSharedInternals.A;
return dispatcher ? dispatcher.getCacheForType(resourceType) : resourceType();
@@ -636,7 +643,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.1.0-www-classic-32b41149-20250204";
exports.version = "19.1.0-www-classic-ff628334-20250205";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -568,6 +568,13 @@ exports.unstable_Scope = REACT_SCOPE_TYPE;
exports.unstable_SuspenseList = REACT_SUSPENSE_LIST_TYPE;
exports.unstable_TracingMarker = REACT_TRACING_MARKER_TYPE;
exports.unstable_ViewTransition = REACT_VIEW_TRANSITION_TYPE;
exports.unstable_addTransitionType = function (type) {
var pendingTransitionTypes = ReactSharedInternals.V;
null === pendingTransitionTypes
? (ReactSharedInternals.V = [type])
: -1 === pendingTransitionTypes.indexOf(type) &&
pendingTransitionTypes.push(type);
};
exports.unstable_getCacheForType = function (resourceType) {
var dispatcher = ReactSharedInternals.A;
return dispatcher ? dispatcher.getCacheForType(resourceType) : resourceType();
@@ -636,7 +643,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.1.0-www-modern-32b41149-20250204";
exports.version = "19.1.0-www-modern-ff628334-20250205";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -17417,10 +17417,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.1.0-www-classic-32b41149-20250204",
version: "19.1.0-www-classic-ff628334-20250205",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-classic-32b41149-20250204"
reconcilerVersion: "19.1.0-www-classic-ff628334-20250205"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -17454,7 +17454,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.1.0-www-classic-32b41149-20250204";
exports.version = "19.1.0-www-classic-ff628334-20250205";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+3 -3
View File
@@ -17189,10 +17189,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.1.0-www-modern-32b41149-20250204",
version: "19.1.0-www-modern-ff628334-20250205",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-modern-32b41149-20250204"
reconcilerVersion: "19.1.0-www-modern-ff628334-20250205"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -17226,7 +17226,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.1.0-www-modern-32b41149-20250204";
exports.version = "19.1.0-www-modern-ff628334-20250205";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -11275,10 +11275,10 @@ var slice = Array.prototype.slice,
})(React.Component);
var internals$jscomp$inline_1567 = {
bundleType: 0,
version: "19.1.0-www-classic-32b41149-20250204",
version: "19.1.0-www-classic-ff628334-20250205",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-classic-32b41149-20250204"
reconcilerVersion: "19.1.0-www-classic-ff628334-20250205"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1568 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11304,4 +11304,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.1.0-www-classic-32b41149-20250204";
exports.version = "19.1.0-www-classic-ff628334-20250205";
@@ -10990,10 +10990,10 @@ var slice = Array.prototype.slice,
})(React.Component);
var internals$jscomp$inline_1540 = {
bundleType: 0,
version: "19.1.0-www-modern-32b41149-20250204",
version: "19.1.0-www-modern-ff628334-20250205",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-modern-32b41149-20250204"
reconcilerVersion: "19.1.0-www-modern-ff628334-20250205"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1541 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11019,4 +11019,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.1.0-www-modern-32b41149-20250204";
exports.version = "19.1.0-www-modern-ff628334-20250205";
@@ -28615,11 +28615,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.1.0-www-classic-32b41149-20250204" !== isomorphicReactPackageVersion)
if ("19.1.0-www-classic-ff628334-20250205" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.1.0-www-classic-32b41149-20250204\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.1.0-www-classic-ff628334-20250205\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -28662,10 +28662,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.1.0-www-classic-32b41149-20250204",
version: "19.1.0-www-classic-ff628334-20250205",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-classic-32b41149-20250204"
reconcilerVersion: "19.1.0-www-classic-ff628334-20250205"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29263,7 +29263,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.1.0-www-classic-32b41149-20250204";
exports.version = "19.1.0-www-classic-ff628334-20250205";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+5 -5
View File
@@ -28401,11 +28401,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.1.0-www-modern-32b41149-20250204" !== isomorphicReactPackageVersion)
if ("19.1.0-www-modern-ff628334-20250205" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.1.0-www-modern-32b41149-20250204\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.1.0-www-modern-ff628334-20250205\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -28448,10 +28448,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.1.0-www-modern-32b41149-20250204",
version: "19.1.0-www-modern-ff628334-20250205",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-modern-32b41149-20250204"
reconcilerVersion: "19.1.0-www-modern-ff628334-20250205"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29049,7 +29049,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.1.0-www-modern-32b41149-20250204";
exports.version = "19.1.0-www-modern-ff628334-20250205";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -18440,14 +18440,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_1871 = React.version;
if (
"19.1.0-www-classic-32b41149-20250204" !==
"19.1.0-www-classic-ff628334-20250205" !==
isomorphicReactPackageVersion$jscomp$inline_1871
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1871,
"19.1.0-www-classic-32b41149-20250204"
"19.1.0-www-classic-ff628334-20250205"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -18465,10 +18465,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2431 = {
bundleType: 0,
version: "19.1.0-www-classic-32b41149-20250204",
version: "19.1.0-www-classic-ff628334-20250205",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-classic-32b41149-20250204"
reconcilerVersion: "19.1.0-www-classic-ff628334-20250205"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2432 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18832,4 +18832,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-www-classic-32b41149-20250204";
exports.version = "19.1.0-www-classic-ff628334-20250205";
@@ -18171,14 +18171,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_1861 = React.version;
if (
"19.1.0-www-modern-32b41149-20250204" !==
"19.1.0-www-modern-ff628334-20250205" !==
isomorphicReactPackageVersion$jscomp$inline_1861
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1861,
"19.1.0-www-modern-32b41149-20250204"
"19.1.0-www-modern-ff628334-20250205"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -18196,10 +18196,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2413 = {
bundleType: 0,
version: "19.1.0-www-modern-32b41149-20250204",
version: "19.1.0-www-modern-ff628334-20250205",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-modern-32b41149-20250204"
reconcilerVersion: "19.1.0-www-modern-ff628334-20250205"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2414 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18563,4 +18563,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-www-modern-32b41149-20250204";
exports.version = "19.1.0-www-modern-ff628334-20250205";
@@ -19131,14 +19131,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_1968 = React.version;
if (
"19.1.0-www-classic-32b41149-20250204" !==
"19.1.0-www-classic-ff628334-20250205" !==
isomorphicReactPackageVersion$jscomp$inline_1968
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1968,
"19.1.0-www-classic-32b41149-20250204"
"19.1.0-www-classic-ff628334-20250205"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19156,10 +19156,10 @@ Internals.Events = [
];
var internals$jscomp$inline_1970 = {
bundleType: 0,
version: "19.1.0-www-classic-32b41149-20250204",
version: "19.1.0-www-classic-ff628334-20250205",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-classic-32b41149-20250204"
reconcilerVersion: "19.1.0-www-classic-ff628334-20250205"
};
enableSchedulingProfiler &&
((internals$jscomp$inline_1970.getLaneLabelMap = getLaneLabelMap),
@@ -19526,7 +19526,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-www-classic-32b41149-20250204";
exports.version = "19.1.0-www-classic-ff628334-20250205";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -18861,14 +18861,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_1958 = React.version;
if (
"19.1.0-www-modern-32b41149-20250204" !==
"19.1.0-www-modern-ff628334-20250205" !==
isomorphicReactPackageVersion$jscomp$inline_1958
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1958,
"19.1.0-www-modern-32b41149-20250204"
"19.1.0-www-modern-ff628334-20250205"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -18886,10 +18886,10 @@ Internals.Events = [
];
var internals$jscomp$inline_1960 = {
bundleType: 0,
version: "19.1.0-www-modern-32b41149-20250204",
version: "19.1.0-www-modern-ff628334-20250205",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-modern-32b41149-20250204"
reconcilerVersion: "19.1.0-www-modern-ff628334-20250205"
};
enableSchedulingProfiler &&
((internals$jscomp$inline_1960.getLaneLabelMap = getLaneLabelMap),
@@ -19256,7 +19256,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-www-modern-32b41149-20250204";
exports.version = "19.1.0-www-modern-ff628334-20250205";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -9479,5 +9479,5 @@ __DEV__ &&
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
);
};
exports.version = "19.1.0-www-classic-32b41149-20250204";
exports.version = "19.1.0-www-classic-ff628334-20250205";
})();
@@ -9305,5 +9305,5 @@ __DEV__ &&
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
);
};
exports.version = "19.1.0-www-modern-32b41149-20250204";
exports.version = "19.1.0-www-modern-ff628334-20250205";
})();
@@ -6194,4 +6194,4 @@ exports.renderToString = function (children, options) {
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
);
};
exports.version = "19.1.0-www-classic-32b41149-20250204";
exports.version = "19.1.0-www-classic-ff628334-20250205";
@@ -6106,4 +6106,4 @@ exports.renderToString = function (children, options) {
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
);
};
exports.version = "19.1.0-www-modern-32b41149-20250204";
exports.version = "19.1.0-www-modern-ff628334-20250205";
@@ -28949,11 +28949,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.1.0-www-classic-32b41149-20250204" !== isomorphicReactPackageVersion)
if ("19.1.0-www-classic-ff628334-20250205" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.1.0-www-classic-32b41149-20250204\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.1.0-www-classic-ff628334-20250205\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -28996,10 +28996,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.1.0-www-classic-32b41149-20250204",
version: "19.1.0-www-classic-ff628334-20250205",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-classic-32b41149-20250204"
reconcilerVersion: "19.1.0-www-classic-ff628334-20250205"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29763,5 +29763,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.1.0-www-classic-32b41149-20250204";
exports.version = "19.1.0-www-classic-ff628334-20250205";
})();
@@ -28735,11 +28735,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.1.0-www-modern-32b41149-20250204" !== isomorphicReactPackageVersion)
if ("19.1.0-www-modern-ff628334-20250205" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.1.0-www-modern-32b41149-20250204\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.1.0-www-modern-ff628334-20250205\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -28782,10 +28782,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.1.0-www-modern-32b41149-20250204",
version: "19.1.0-www-modern-ff628334-20250205",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-modern-32b41149-20250204"
reconcilerVersion: "19.1.0-www-modern-ff628334-20250205"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29549,5 +29549,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.1.0-www-modern-32b41149-20250204";
exports.version = "19.1.0-www-modern-ff628334-20250205";
})();
@@ -18769,14 +18769,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_1900 = React.version;
if (
"19.1.0-www-classic-32b41149-20250204" !==
"19.1.0-www-classic-ff628334-20250205" !==
isomorphicReactPackageVersion$jscomp$inline_1900
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1900,
"19.1.0-www-classic-32b41149-20250204"
"19.1.0-www-classic-ff628334-20250205"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -18794,10 +18794,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2465 = {
bundleType: 0,
version: "19.1.0-www-classic-32b41149-20250204",
version: "19.1.0-www-classic-ff628334-20250205",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-classic-32b41149-20250204"
reconcilerVersion: "19.1.0-www-classic-ff628334-20250205"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2466 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19312,4 +19312,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-www-classic-32b41149-20250204";
exports.version = "19.1.0-www-classic-ff628334-20250205";
@@ -18500,14 +18500,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_1890 = React.version;
if (
"19.1.0-www-modern-32b41149-20250204" !==
"19.1.0-www-modern-ff628334-20250205" !==
isomorphicReactPackageVersion$jscomp$inline_1890
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1890,
"19.1.0-www-modern-32b41149-20250204"
"19.1.0-www-modern-ff628334-20250205"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -18525,10 +18525,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2447 = {
bundleType: 0,
version: "19.1.0-www-modern-32b41149-20250204",
version: "19.1.0-www-modern-ff628334-20250205",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-modern-32b41149-20250204"
reconcilerVersion: "19.1.0-www-modern-ff628334-20250205"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2448 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19043,4 +19043,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-www-modern-32b41149-20250204";
exports.version = "19.1.0-www-modern-ff628334-20250205";
@@ -20047,7 +20047,7 @@ __DEV__ &&
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-classic-32b41149-20250204"
reconcilerVersion: "19.1.0-www-classic-ff628334-20250205"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -19828,7 +19828,7 @@ __DEV__ &&
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-modern-32b41149-20250204"
reconcilerVersion: "19.1.0-www-modern-ff628334-20250205"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -13764,7 +13764,7 @@ module.exports = function ($$$config) {
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-classic-32b41149-20250204"
reconcilerVersion: "19.1.0-www-classic-ff628334-20250205"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -13483,7 +13483,7 @@ module.exports = function ($$$config) {
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-modern-32b41149-20250204"
reconcilerVersion: "19.1.0-www-modern-ff628334-20250205"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -14991,10 +14991,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.1.0-www-classic-32b41149-20250204",
version: "19.1.0-www-classic-ff628334-20250205",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-classic-32b41149-20250204"
reconcilerVersion: "19.1.0-www-classic-ff628334-20250205"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -15129,5 +15129,5 @@ __DEV__ &&
exports.unstable_batchedUpdates = function (fn, a) {
return fn(a);
};
exports.version = "19.1.0-www-classic-32b41149-20250204";
exports.version = "19.1.0-www-classic-ff628334-20250205";
})();
@@ -14991,10 +14991,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.1.0-www-modern-32b41149-20250204",
version: "19.1.0-www-modern-ff628334-20250205",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-www-modern-32b41149-20250204"
reconcilerVersion: "19.1.0-www-modern-ff628334-20250205"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -15129,5 +15129,5 @@ __DEV__ &&
exports.unstable_batchedUpdates = function (fn, a) {
return fn(a);
};
exports.version = "19.1.0-www-modern-32b41149-20250204";
exports.version = "19.1.0-www-modern-ff628334-20250205";
})();
+1 -1
View File
@@ -1 +1 @@
19.1.0-www-classic-32b41149-20250204
19.1.0-www-classic-ff628334-20250205
+1 -1
View File
@@ -1 +1 @@
19.1.0-www-modern-32b41149-20250204
19.1.0-www-modern-ff628334-20250205