react-dom 19.1.0 → 19.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/react-dom-client.development.js +36 -33
- package/cjs/react-dom-client.production.js +5 -5
- package/cjs/react-dom-profiling.development.js +36 -33
- package/cjs/react-dom-profiling.profiling.js +5 -5
- package/cjs/react-dom-server-legacy.browser.development.js +8 -8
- package/cjs/react-dom-server-legacy.browser.production.js +1 -1
- package/cjs/react-dom-server-legacy.node.development.js +8 -8
- package/cjs/react-dom-server-legacy.node.production.js +1 -1
- package/cjs/react-dom-server.browser.development.js +10 -10
- package/cjs/react-dom-server.browser.production.js +3 -3
- package/cjs/react-dom-server.bun.development.js +10 -11
- package/cjs/react-dom-server.bun.production.js +3 -3
- package/cjs/react-dom-server.edge.development.js +10 -10
- package/cjs/react-dom-server.edge.production.js +3 -3
- package/cjs/react-dom-server.node.development.js +10 -10
- package/cjs/react-dom-server.node.production.js +3 -3
- package/cjs/react-dom.development.js +1 -1
- package/cjs/react-dom.production.js +1 -1
- package/cjs/react-dom.react-server.development.js +1 -1
- package/cjs/react-dom.react-server.production.js +1 -1
- package/package.json +2 -2
@@ -1379,7 +1379,7 @@
|
|
1379
1379
|
prevPrepareStackTrace = error.indexOf("\n");
|
1380
1380
|
-1 !== prevPrepareStackTrace &&
|
1381
1381
|
(error = error.slice(prevPrepareStackTrace + 1));
|
1382
|
-
prevPrepareStackTrace = error.indexOf("
|
1382
|
+
prevPrepareStackTrace = error.indexOf("react_stack_bottom_frame");
|
1383
1383
|
-1 !== prevPrepareStackTrace &&
|
1384
1384
|
(prevPrepareStackTrace = error.lastIndexOf(
|
1385
1385
|
"\n",
|
@@ -23856,7 +23856,7 @@
|
|
23856
23856
|
}
|
23857
23857
|
};
|
23858
23858
|
var callComponent = {
|
23859
|
-
|
23859
|
+
react_stack_bottom_frame: function (Component, props, secondArg) {
|
23860
23860
|
var wasRendering = isRendering;
|
23861
23861
|
isRendering = !0;
|
23862
23862
|
try {
|
@@ -23867,9 +23867,9 @@
|
|
23867
23867
|
}
|
23868
23868
|
},
|
23869
23869
|
callComponentInDEV =
|
23870
|
-
callComponent
|
23870
|
+
callComponent.react_stack_bottom_frame.bind(callComponent),
|
23871
23871
|
callRender = {
|
23872
|
-
|
23872
|
+
react_stack_bottom_frame: function (instance) {
|
23873
23873
|
var wasRendering = isRendering;
|
23874
23874
|
isRendering = !0;
|
23875
23875
|
try {
|
@@ -23879,9 +23879,9 @@
|
|
23879
23879
|
}
|
23880
23880
|
}
|
23881
23881
|
},
|
23882
|
-
callRenderInDEV = callRender
|
23882
|
+
callRenderInDEV = callRender.react_stack_bottom_frame.bind(callRender),
|
23883
23883
|
callComponentDidMount = {
|
23884
|
-
|
23884
|
+
react_stack_bottom_frame: function (finishedWork, instance) {
|
23885
23885
|
try {
|
23886
23886
|
instance.componentDidMount();
|
23887
23887
|
} catch (error) {
|
@@ -23889,11 +23889,12 @@
|
|
23889
23889
|
}
|
23890
23890
|
}
|
23891
23891
|
},
|
23892
|
-
callComponentDidMountInDEV =
|
23893
|
-
|
23894
|
-
|
23892
|
+
callComponentDidMountInDEV =
|
23893
|
+
callComponentDidMount.react_stack_bottom_frame.bind(
|
23894
|
+
callComponentDidMount
|
23895
|
+
),
|
23895
23896
|
callComponentDidUpdate = {
|
23896
|
-
|
23897
|
+
react_stack_bottom_frame: function (
|
23897
23898
|
finishedWork,
|
23898
23899
|
instance,
|
23899
23900
|
prevProps,
|
@@ -23907,22 +23908,24 @@
|
|
23907
23908
|
}
|
23908
23909
|
}
|
23909
23910
|
},
|
23910
|
-
callComponentDidUpdateInDEV =
|
23911
|
-
|
23912
|
-
|
23911
|
+
callComponentDidUpdateInDEV =
|
23912
|
+
callComponentDidUpdate.react_stack_bottom_frame.bind(
|
23913
|
+
callComponentDidUpdate
|
23914
|
+
),
|
23913
23915
|
callComponentDidCatch = {
|
23914
|
-
|
23916
|
+
react_stack_bottom_frame: function (instance, errorInfo) {
|
23915
23917
|
var stack = errorInfo.stack;
|
23916
23918
|
instance.componentDidCatch(errorInfo.value, {
|
23917
23919
|
componentStack: null !== stack ? stack : ""
|
23918
23920
|
});
|
23919
23921
|
}
|
23920
23922
|
},
|
23921
|
-
callComponentDidCatchInDEV =
|
23922
|
-
|
23923
|
-
|
23923
|
+
callComponentDidCatchInDEV =
|
23924
|
+
callComponentDidCatch.react_stack_bottom_frame.bind(
|
23925
|
+
callComponentDidCatch
|
23926
|
+
),
|
23924
23927
|
callComponentWillUnmount = {
|
23925
|
-
|
23928
|
+
react_stack_bottom_frame: function (
|
23926
23929
|
current,
|
23927
23930
|
nearestMountedAncestor,
|
23928
23931
|
instance
|
@@ -23934,11 +23937,12 @@
|
|
23934
23937
|
}
|
23935
23938
|
}
|
23936
23939
|
},
|
23937
|
-
callComponentWillUnmountInDEV =
|
23938
|
-
|
23939
|
-
|
23940
|
+
callComponentWillUnmountInDEV =
|
23941
|
+
callComponentWillUnmount.react_stack_bottom_frame.bind(
|
23942
|
+
callComponentWillUnmount
|
23943
|
+
),
|
23940
23944
|
callCreate = {
|
23941
|
-
|
23945
|
+
react_stack_bottom_frame: function (effect) {
|
23942
23946
|
null != effect.resourceKind &&
|
23943
23947
|
console.error(
|
23944
23948
|
"Expected only SimpleEffects when enableUseEffectCRUDOverload is disabled, got %s",
|
@@ -23950,9 +23954,9 @@
|
|
23950
23954
|
return (effect.destroy = create);
|
23951
23955
|
}
|
23952
23956
|
},
|
23953
|
-
callCreateInDEV = callCreate
|
23957
|
+
callCreateInDEV = callCreate.react_stack_bottom_frame.bind(callCreate),
|
23954
23958
|
callDestroy = {
|
23955
|
-
|
23959
|
+
react_stack_bottom_frame: function (
|
23956
23960
|
current,
|
23957
23961
|
nearestMountedAncestor,
|
23958
23962
|
destroy
|
@@ -23964,16 +23968,15 @@
|
|
23964
23968
|
}
|
23965
23969
|
}
|
23966
23970
|
},
|
23967
|
-
callDestroyInDEV =
|
23968
|
-
callDestroy["react-stack-bottom-frame"].bind(callDestroy),
|
23971
|
+
callDestroyInDEV = callDestroy.react_stack_bottom_frame.bind(callDestroy),
|
23969
23972
|
callLazyInit = {
|
23970
|
-
|
23973
|
+
react_stack_bottom_frame: function (lazy) {
|
23971
23974
|
var init = lazy._init;
|
23972
23975
|
return init(lazy._payload);
|
23973
23976
|
}
|
23974
23977
|
},
|
23975
23978
|
callLazyInitInDEV =
|
23976
|
-
callLazyInit
|
23979
|
+
callLazyInit.react_stack_bottom_frame.bind(callLazyInit),
|
23977
23980
|
thenableState = null,
|
23978
23981
|
thenableIndexCounter = 0,
|
23979
23982
|
currentDebugInfo = null,
|
@@ -24794,11 +24797,11 @@
|
|
24794
24797
|
};
|
24795
24798
|
(function () {
|
24796
24799
|
var isomorphicReactPackageVersion = React.version;
|
24797
|
-
if ("19.1.
|
24800
|
+
if ("19.1.1" !== isomorphicReactPackageVersion)
|
24798
24801
|
throw Error(
|
24799
24802
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24800
24803
|
(isomorphicReactPackageVersion +
|
24801
|
-
"\n - react-dom: 19.1.
|
24804
|
+
"\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
|
24802
24805
|
);
|
24803
24806
|
})();
|
24804
24807
|
("function" === typeof Map &&
|
@@ -24835,10 +24838,10 @@
|
|
24835
24838
|
!(function () {
|
24836
24839
|
var internals = {
|
24837
24840
|
bundleType: 1,
|
24838
|
-
version: "19.1.
|
24841
|
+
version: "19.1.1",
|
24839
24842
|
rendererPackageName: "react-dom",
|
24840
24843
|
currentDispatcherRef: ReactSharedInternals,
|
24841
|
-
reconcilerVersion: "19.1.
|
24844
|
+
reconcilerVersion: "19.1.1"
|
24842
24845
|
};
|
24843
24846
|
internals.overrideHookState = overrideHookState;
|
24844
24847
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -24982,7 +24985,7 @@
|
|
24982
24985
|
listenToAllSupportedEvents(container);
|
24983
24986
|
return new ReactDOMHydrationRoot(initialChildren);
|
24984
24987
|
};
|
24985
|
-
exports.version = "19.1.
|
24988
|
+
exports.version = "19.1.1";
|
24986
24989
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
24987
24990
|
"function" ===
|
24988
24991
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15254,14 +15254,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15254
15254
|
};
|
15255
15255
|
var isomorphicReactPackageVersion$jscomp$inline_1785 = React.version;
|
15256
15256
|
if (
|
15257
|
-
"19.1.
|
15257
|
+
"19.1.1" !==
|
15258
15258
|
isomorphicReactPackageVersion$jscomp$inline_1785
|
15259
15259
|
)
|
15260
15260
|
throw Error(
|
15261
15261
|
formatProdErrorMessage(
|
15262
15262
|
527,
|
15263
15263
|
isomorphicReactPackageVersion$jscomp$inline_1785,
|
15264
|
-
"19.1.
|
15264
|
+
"19.1.1"
|
15265
15265
|
)
|
15266
15266
|
);
|
15267
15267
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15283,10 +15283,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15283
15283
|
};
|
15284
15284
|
var internals$jscomp$inline_2256 = {
|
15285
15285
|
bundleType: 0,
|
15286
|
-
version: "19.1.
|
15286
|
+
version: "19.1.1",
|
15287
15287
|
rendererPackageName: "react-dom",
|
15288
15288
|
currentDispatcherRef: ReactSharedInternals,
|
15289
|
-
reconcilerVersion: "19.1.
|
15289
|
+
reconcilerVersion: "19.1.1"
|
15290
15290
|
};
|
15291
15291
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15292
15292
|
var hook$jscomp$inline_2257 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15390,4 +15390,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15390
15390
|
listenToAllSupportedEvents(container);
|
15391
15391
|
return new ReactDOMHydrationRoot(initialChildren);
|
15392
15392
|
};
|
15393
|
-
exports.version = "19.1.
|
15393
|
+
exports.version = "19.1.1";
|
@@ -1387,7 +1387,7 @@
|
|
1387
1387
|
prevPrepareStackTrace = error.indexOf("\n");
|
1388
1388
|
-1 !== prevPrepareStackTrace &&
|
1389
1389
|
(error = error.slice(prevPrepareStackTrace + 1));
|
1390
|
-
prevPrepareStackTrace = error.indexOf("
|
1390
|
+
prevPrepareStackTrace = error.indexOf("react_stack_bottom_frame");
|
1391
1391
|
-1 !== prevPrepareStackTrace &&
|
1392
1392
|
(prevPrepareStackTrace = error.lastIndexOf(
|
1393
1393
|
"\n",
|
@@ -23913,7 +23913,7 @@
|
|
23913
23913
|
}
|
23914
23914
|
};
|
23915
23915
|
var callComponent = {
|
23916
|
-
|
23916
|
+
react_stack_bottom_frame: function (Component, props, secondArg) {
|
23917
23917
|
var wasRendering = isRendering;
|
23918
23918
|
isRendering = !0;
|
23919
23919
|
try {
|
@@ -23924,9 +23924,9 @@
|
|
23924
23924
|
}
|
23925
23925
|
},
|
23926
23926
|
callComponentInDEV =
|
23927
|
-
callComponent
|
23927
|
+
callComponent.react_stack_bottom_frame.bind(callComponent),
|
23928
23928
|
callRender = {
|
23929
|
-
|
23929
|
+
react_stack_bottom_frame: function (instance) {
|
23930
23930
|
var wasRendering = isRendering;
|
23931
23931
|
isRendering = !0;
|
23932
23932
|
try {
|
@@ -23936,9 +23936,9 @@
|
|
23936
23936
|
}
|
23937
23937
|
}
|
23938
23938
|
},
|
23939
|
-
callRenderInDEV = callRender
|
23939
|
+
callRenderInDEV = callRender.react_stack_bottom_frame.bind(callRender),
|
23940
23940
|
callComponentDidMount = {
|
23941
|
-
|
23941
|
+
react_stack_bottom_frame: function (finishedWork, instance) {
|
23942
23942
|
try {
|
23943
23943
|
instance.componentDidMount();
|
23944
23944
|
} catch (error) {
|
@@ -23946,11 +23946,12 @@
|
|
23946
23946
|
}
|
23947
23947
|
}
|
23948
23948
|
},
|
23949
|
-
callComponentDidMountInDEV =
|
23950
|
-
|
23951
|
-
|
23949
|
+
callComponentDidMountInDEV =
|
23950
|
+
callComponentDidMount.react_stack_bottom_frame.bind(
|
23951
|
+
callComponentDidMount
|
23952
|
+
),
|
23952
23953
|
callComponentDidUpdate = {
|
23953
|
-
|
23954
|
+
react_stack_bottom_frame: function (
|
23954
23955
|
finishedWork,
|
23955
23956
|
instance,
|
23956
23957
|
prevProps,
|
@@ -23964,22 +23965,24 @@
|
|
23964
23965
|
}
|
23965
23966
|
}
|
23966
23967
|
},
|
23967
|
-
callComponentDidUpdateInDEV =
|
23968
|
-
|
23969
|
-
|
23968
|
+
callComponentDidUpdateInDEV =
|
23969
|
+
callComponentDidUpdate.react_stack_bottom_frame.bind(
|
23970
|
+
callComponentDidUpdate
|
23971
|
+
),
|
23970
23972
|
callComponentDidCatch = {
|
23971
|
-
|
23973
|
+
react_stack_bottom_frame: function (instance, errorInfo) {
|
23972
23974
|
var stack = errorInfo.stack;
|
23973
23975
|
instance.componentDidCatch(errorInfo.value, {
|
23974
23976
|
componentStack: null !== stack ? stack : ""
|
23975
23977
|
});
|
23976
23978
|
}
|
23977
23979
|
},
|
23978
|
-
callComponentDidCatchInDEV =
|
23979
|
-
|
23980
|
-
|
23980
|
+
callComponentDidCatchInDEV =
|
23981
|
+
callComponentDidCatch.react_stack_bottom_frame.bind(
|
23982
|
+
callComponentDidCatch
|
23983
|
+
),
|
23981
23984
|
callComponentWillUnmount = {
|
23982
|
-
|
23985
|
+
react_stack_bottom_frame: function (
|
23983
23986
|
current,
|
23984
23987
|
nearestMountedAncestor,
|
23985
23988
|
instance
|
@@ -23991,11 +23994,12 @@
|
|
23991
23994
|
}
|
23992
23995
|
}
|
23993
23996
|
},
|
23994
|
-
callComponentWillUnmountInDEV =
|
23995
|
-
|
23996
|
-
|
23997
|
+
callComponentWillUnmountInDEV =
|
23998
|
+
callComponentWillUnmount.react_stack_bottom_frame.bind(
|
23999
|
+
callComponentWillUnmount
|
24000
|
+
),
|
23997
24001
|
callCreate = {
|
23998
|
-
|
24002
|
+
react_stack_bottom_frame: function (effect) {
|
23999
24003
|
null != effect.resourceKind &&
|
24000
24004
|
console.error(
|
24001
24005
|
"Expected only SimpleEffects when enableUseEffectCRUDOverload is disabled, got %s",
|
@@ -24007,9 +24011,9 @@
|
|
24007
24011
|
return (effect.destroy = create);
|
24008
24012
|
}
|
24009
24013
|
},
|
24010
|
-
callCreateInDEV = callCreate
|
24014
|
+
callCreateInDEV = callCreate.react_stack_bottom_frame.bind(callCreate),
|
24011
24015
|
callDestroy = {
|
24012
|
-
|
24016
|
+
react_stack_bottom_frame: function (
|
24013
24017
|
current,
|
24014
24018
|
nearestMountedAncestor,
|
24015
24019
|
destroy
|
@@ -24021,16 +24025,15 @@
|
|
24021
24025
|
}
|
24022
24026
|
}
|
24023
24027
|
},
|
24024
|
-
callDestroyInDEV =
|
24025
|
-
callDestroy["react-stack-bottom-frame"].bind(callDestroy),
|
24028
|
+
callDestroyInDEV = callDestroy.react_stack_bottom_frame.bind(callDestroy),
|
24026
24029
|
callLazyInit = {
|
24027
|
-
|
24030
|
+
react_stack_bottom_frame: function (lazy) {
|
24028
24031
|
var init = lazy._init;
|
24029
24032
|
return init(lazy._payload);
|
24030
24033
|
}
|
24031
24034
|
},
|
24032
24035
|
callLazyInitInDEV =
|
24033
|
-
callLazyInit
|
24036
|
+
callLazyInit.react_stack_bottom_frame.bind(callLazyInit),
|
24034
24037
|
thenableState = null,
|
24035
24038
|
thenableIndexCounter = 0,
|
24036
24039
|
currentDebugInfo = null,
|
@@ -24851,11 +24854,11 @@
|
|
24851
24854
|
};
|
24852
24855
|
(function () {
|
24853
24856
|
var isomorphicReactPackageVersion = React.version;
|
24854
|
-
if ("19.1.
|
24857
|
+
if ("19.1.1" !== isomorphicReactPackageVersion)
|
24855
24858
|
throw Error(
|
24856
24859
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24857
24860
|
(isomorphicReactPackageVersion +
|
24858
|
-
"\n - react-dom: 19.1.
|
24861
|
+
"\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
|
24859
24862
|
);
|
24860
24863
|
})();
|
24861
24864
|
("function" === typeof Map &&
|
@@ -24892,10 +24895,10 @@
|
|
24892
24895
|
!(function () {
|
24893
24896
|
var internals = {
|
24894
24897
|
bundleType: 1,
|
24895
|
-
version: "19.1.
|
24898
|
+
version: "19.1.1",
|
24896
24899
|
rendererPackageName: "react-dom",
|
24897
24900
|
currentDispatcherRef: ReactSharedInternals,
|
24898
|
-
reconcilerVersion: "19.1.
|
24901
|
+
reconcilerVersion: "19.1.1"
|
24899
24902
|
};
|
24900
24903
|
internals.overrideHookState = overrideHookState;
|
24901
24904
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25369,7 +25372,7 @@
|
|
25369
25372
|
exports.useFormStatus = function () {
|
25370
25373
|
return resolveDispatcher().useHostTransitionStatus();
|
25371
25374
|
};
|
25372
|
-
exports.version = "19.1.
|
25375
|
+
exports.version = "19.1.1";
|
25373
25376
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25374
25377
|
"function" ===
|
25375
25378
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15899,14 +15899,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15899
15899
|
};
|
15900
15900
|
var isomorphicReactPackageVersion$jscomp$inline_1881 = React.version;
|
15901
15901
|
if (
|
15902
|
-
"19.1.
|
15902
|
+
"19.1.1" !==
|
15903
15903
|
isomorphicReactPackageVersion$jscomp$inline_1881
|
15904
15904
|
)
|
15905
15905
|
throw Error(
|
15906
15906
|
formatProdErrorMessage(
|
15907
15907
|
527,
|
15908
15908
|
isomorphicReactPackageVersion$jscomp$inline_1881,
|
15909
|
-
"19.1.
|
15909
|
+
"19.1.1"
|
15910
15910
|
)
|
15911
15911
|
);
|
15912
15912
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15928,10 +15928,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15928
15928
|
};
|
15929
15929
|
var internals$jscomp$inline_1888 = {
|
15930
15930
|
bundleType: 0,
|
15931
|
-
version: "19.1.
|
15931
|
+
version: "19.1.1",
|
15932
15932
|
rendererPackageName: "react-dom",
|
15933
15933
|
currentDispatcherRef: ReactSharedInternals,
|
15934
|
-
reconcilerVersion: "19.1.
|
15934
|
+
reconcilerVersion: "19.1.1",
|
15935
15935
|
getLaneLabelMap: function () {
|
15936
15936
|
for (
|
15937
15937
|
var map = new Map(), lane = 1, index$282 = 0;
|
@@ -16211,7 +16211,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16211
16211
|
exports.useFormStatus = function () {
|
16212
16212
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16213
16213
|
};
|
16214
|
-
exports.version = "19.1.
|
16214
|
+
exports.version = "19.1.1";
|
16215
16215
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16216
16216
|
"function" ===
|
16217
16217
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -4196,7 +4196,7 @@
|
|
4196
4196
|
prevPrepareStackTrace = error.indexOf("\n");
|
4197
4197
|
-1 !== prevPrepareStackTrace &&
|
4198
4198
|
(error = error.slice(prevPrepareStackTrace + 1));
|
4199
|
-
prevPrepareStackTrace = error.indexOf("
|
4199
|
+
prevPrepareStackTrace = error.indexOf("react_stack_bottom_frame");
|
4200
4200
|
-1 !== prevPrepareStackTrace &&
|
4201
4201
|
(prevPrepareStackTrace = error.lastIndexOf(
|
4202
4202
|
"\n",
|
@@ -8966,26 +8966,26 @@
|
|
8966
8966
|
"function" === typeof WeakMap ? WeakMap : Map
|
8967
8967
|
)();
|
8968
8968
|
var callComponent = {
|
8969
|
-
|
8969
|
+
react_stack_bottom_frame: function (Component, props, secondArg) {
|
8970
8970
|
return Component(props, secondArg);
|
8971
8971
|
}
|
8972
8972
|
},
|
8973
8973
|
callComponentInDEV =
|
8974
|
-
callComponent
|
8974
|
+
callComponent.react_stack_bottom_frame.bind(callComponent),
|
8975
8975
|
callRender = {
|
8976
|
-
|
8976
|
+
react_stack_bottom_frame: function (instance) {
|
8977
8977
|
return instance.render();
|
8978
8978
|
}
|
8979
8979
|
},
|
8980
|
-
callRenderInDEV = callRender
|
8980
|
+
callRenderInDEV = callRender.react_stack_bottom_frame.bind(callRender),
|
8981
8981
|
callLazyInit = {
|
8982
|
-
|
8982
|
+
react_stack_bottom_frame: function (lazy) {
|
8983
8983
|
var init = lazy._init;
|
8984
8984
|
return init(lazy._payload);
|
8985
8985
|
}
|
8986
8986
|
},
|
8987
8987
|
callLazyInitInDEV =
|
8988
|
-
callLazyInit
|
8988
|
+
callLazyInit.react_stack_bottom_frame.bind(callLazyInit),
|
8989
8989
|
lastResetTime = 0;
|
8990
8990
|
if (
|
8991
8991
|
"object" === typeof performance &&
|
@@ -9031,5 +9031,5 @@
|
|
9031
9031
|
'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'
|
9032
9032
|
);
|
9033
9033
|
};
|
9034
|
-
exports.version = "19.1.
|
9034
|
+
exports.version = "19.1.1";
|
9035
9035
|
})();
|
@@ -5889,4 +5889,4 @@ exports.renderToString = function (children, options) {
|
|
5889
5889
|
'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'
|
5890
5890
|
);
|
5891
5891
|
};
|
5892
|
-
exports.version = "19.1.
|
5892
|
+
exports.version = "19.1.1";
|
@@ -4196,7 +4196,7 @@
|
|
4196
4196
|
prevPrepareStackTrace = error.indexOf("\n");
|
4197
4197
|
-1 !== prevPrepareStackTrace &&
|
4198
4198
|
(error = error.slice(prevPrepareStackTrace + 1));
|
4199
|
-
prevPrepareStackTrace = error.indexOf("
|
4199
|
+
prevPrepareStackTrace = error.indexOf("react_stack_bottom_frame");
|
4200
4200
|
-1 !== prevPrepareStackTrace &&
|
4201
4201
|
(prevPrepareStackTrace = error.lastIndexOf(
|
4202
4202
|
"\n",
|
@@ -8966,26 +8966,26 @@
|
|
8966
8966
|
"function" === typeof WeakMap ? WeakMap : Map
|
8967
8967
|
)();
|
8968
8968
|
var callComponent = {
|
8969
|
-
|
8969
|
+
react_stack_bottom_frame: function (Component, props, secondArg) {
|
8970
8970
|
return Component(props, secondArg);
|
8971
8971
|
}
|
8972
8972
|
},
|
8973
8973
|
callComponentInDEV =
|
8974
|
-
callComponent
|
8974
|
+
callComponent.react_stack_bottom_frame.bind(callComponent),
|
8975
8975
|
callRender = {
|
8976
|
-
|
8976
|
+
react_stack_bottom_frame: function (instance) {
|
8977
8977
|
return instance.render();
|
8978
8978
|
}
|
8979
8979
|
},
|
8980
|
-
callRenderInDEV = callRender
|
8980
|
+
callRenderInDEV = callRender.react_stack_bottom_frame.bind(callRender),
|
8981
8981
|
callLazyInit = {
|
8982
|
-
|
8982
|
+
react_stack_bottom_frame: function (lazy) {
|
8983
8983
|
var init = lazy._init;
|
8984
8984
|
return init(lazy._payload);
|
8985
8985
|
}
|
8986
8986
|
},
|
8987
8987
|
callLazyInitInDEV =
|
8988
|
-
callLazyInit
|
8988
|
+
callLazyInit.react_stack_bottom_frame.bind(callLazyInit),
|
8989
8989
|
lastResetTime = 0;
|
8990
8990
|
if (
|
8991
8991
|
"object" === typeof performance &&
|
@@ -9031,5 +9031,5 @@
|
|
9031
9031
|
'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 "renderToPipeableStream" which supports Suspense on the server'
|
9032
9032
|
);
|
9033
9033
|
};
|
9034
|
-
exports.version = "19.1.
|
9034
|
+
exports.version = "19.1.1";
|
9035
9035
|
})();
|
@@ -5969,4 +5969,4 @@ exports.renderToString = function (children, options) {
|
|
5969
5969
|
'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 "renderToPipeableStream" which supports Suspense on the server'
|
5970
5970
|
);
|
5971
5971
|
};
|
5972
|
-
exports.version = "19.1.
|
5972
|
+
exports.version = "19.1.1";
|
@@ -4335,7 +4335,7 @@
|
|
4335
4335
|
prevPrepareStackTrace = error.indexOf("\n");
|
4336
4336
|
-1 !== prevPrepareStackTrace &&
|
4337
4337
|
(error = error.slice(prevPrepareStackTrace + 1));
|
4338
|
-
prevPrepareStackTrace = error.indexOf("
|
4338
|
+
prevPrepareStackTrace = error.indexOf("react_stack_bottom_frame");
|
4339
4339
|
-1 !== prevPrepareStackTrace &&
|
4340
4340
|
(prevPrepareStackTrace = error.lastIndexOf(
|
4341
4341
|
"\n",
|
@@ -7746,11 +7746,11 @@
|
|
7746
7746
|
}
|
7747
7747
|
function ensureCorrectIsomorphicReactVersion() {
|
7748
7748
|
var isomorphicReactPackageVersion = React.version;
|
7749
|
-
if ("19.1.
|
7749
|
+
if ("19.1.1" !== isomorphicReactPackageVersion)
|
7750
7750
|
throw Error(
|
7751
7751
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7752
7752
|
(isomorphicReactPackageVersion +
|
7753
|
-
"\n - react-dom: 19.1.
|
7753
|
+
"\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
|
7754
7754
|
);
|
7755
7755
|
}
|
7756
7756
|
var React = require("react"),
|
@@ -9228,26 +9228,26 @@
|
|
9228
9228
|
"function" === typeof WeakMap ? WeakMap : Map
|
9229
9229
|
)();
|
9230
9230
|
var callComponent = {
|
9231
|
-
|
9231
|
+
react_stack_bottom_frame: function (Component, props, secondArg) {
|
9232
9232
|
return Component(props, secondArg);
|
9233
9233
|
}
|
9234
9234
|
},
|
9235
9235
|
callComponentInDEV =
|
9236
|
-
callComponent
|
9236
|
+
callComponent.react_stack_bottom_frame.bind(callComponent),
|
9237
9237
|
callRender = {
|
9238
|
-
|
9238
|
+
react_stack_bottom_frame: function (instance) {
|
9239
9239
|
return instance.render();
|
9240
9240
|
}
|
9241
9241
|
},
|
9242
|
-
callRenderInDEV = callRender
|
9242
|
+
callRenderInDEV = callRender.react_stack_bottom_frame.bind(callRender),
|
9243
9243
|
callLazyInit = {
|
9244
|
-
|
9244
|
+
react_stack_bottom_frame: function (lazy) {
|
9245
9245
|
var init = lazy._init;
|
9246
9246
|
return init(lazy._payload);
|
9247
9247
|
}
|
9248
9248
|
},
|
9249
9249
|
callLazyInitInDEV =
|
9250
|
-
callLazyInit
|
9250
|
+
callLazyInit.react_stack_bottom_frame.bind(callLazyInit),
|
9251
9251
|
lastResetTime = 0;
|
9252
9252
|
if (
|
9253
9253
|
"object" === typeof performance &&
|
@@ -9420,5 +9420,5 @@
|
|
9420
9420
|
startWork(request);
|
9421
9421
|
});
|
9422
9422
|
};
|
9423
|
-
exports.version = "19.1.
|
9423
|
+
exports.version = "19.1.1";
|
9424
9424
|
})();
|
@@ -6229,12 +6229,12 @@ function abort(request, reason) {
|
|
6229
6229
|
}
|
6230
6230
|
function ensureCorrectIsomorphicReactVersion() {
|
6231
6231
|
var isomorphicReactPackageVersion = React.version;
|
6232
|
-
if ("19.1.
|
6232
|
+
if ("19.1.1" !== isomorphicReactPackageVersion)
|
6233
6233
|
throw Error(
|
6234
6234
|
formatProdErrorMessage(
|
6235
6235
|
527,
|
6236
6236
|
isomorphicReactPackageVersion,
|
6237
|
-
"19.1.
|
6237
|
+
"19.1.1"
|
6238
6238
|
)
|
6239
6239
|
);
|
6240
6240
|
}
|
@@ -6381,4 +6381,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6381
6381
|
startWork(request);
|
6382
6382
|
});
|
6383
6383
|
};
|
6384
|
-
exports.version = "19.1.
|
6384
|
+
exports.version = "19.1.1";
|
@@ -5430,7 +5430,7 @@ function formatOwnerStack(error) {
|
|
5430
5430
|
prevPrepareStackTrace = error.indexOf("\n");
|
5431
5431
|
-1 !== prevPrepareStackTrace &&
|
5432
5432
|
(error = error.slice(prevPrepareStackTrace + 1));
|
5433
|
-
prevPrepareStackTrace = error.indexOf("
|
5433
|
+
prevPrepareStackTrace = error.indexOf("react_stack_bottom_frame");
|
5434
5434
|
-1 !== prevPrepareStackTrace &&
|
5435
5435
|
(prevPrepareStackTrace = error.lastIndexOf("\n", prevPrepareStackTrace));
|
5436
5436
|
if (-1 !== prevPrepareStackTrace)
|
@@ -5478,26 +5478,25 @@ function describeComponentStackByType(type) {
|
|
5478
5478
|
return "";
|
5479
5479
|
}
|
5480
5480
|
var callComponent = {
|
5481
|
-
|
5481
|
+
react_stack_bottom_frame: function (Component, props, secondArg) {
|
5482
5482
|
return Component(props, secondArg);
|
5483
5483
|
}
|
5484
5484
|
},
|
5485
5485
|
callComponentInDEV =
|
5486
|
-
callComponent
|
5486
|
+
callComponent.react_stack_bottom_frame.bind(callComponent),
|
5487
5487
|
callRender = {
|
5488
|
-
|
5488
|
+
react_stack_bottom_frame: function (instance) {
|
5489
5489
|
return instance.render();
|
5490
5490
|
}
|
5491
5491
|
},
|
5492
|
-
callRenderInDEV = callRender
|
5492
|
+
callRenderInDEV = callRender.react_stack_bottom_frame.bind(callRender),
|
5493
5493
|
callLazyInit = {
|
5494
|
-
|
5494
|
+
react_stack_bottom_frame: function (lazy) {
|
5495
5495
|
var init = lazy._init;
|
5496
5496
|
return init(lazy._payload);
|
5497
5497
|
}
|
5498
5498
|
},
|
5499
|
-
callLazyInitInDEV =
|
5500
|
-
callLazyInit["react-stack-bottom-frame"].bind(callLazyInit),
|
5499
|
+
callLazyInitInDEV = callLazyInit.react_stack_bottom_frame.bind(callLazyInit),
|
5501
5500
|
lastResetTime = 0,
|
5502
5501
|
getCurrentTime;
|
5503
5502
|
if ("object" === typeof performance && "function" === typeof performance.now) {
|
@@ -8637,13 +8636,13 @@ function abort(request, reason) {
|
|
8637
8636
|
}
|
8638
8637
|
var isomorphicReactPackageVersion$jscomp$inline_743 = React.version;
|
8639
8638
|
if (
|
8640
|
-
"19.1.
|
8639
|
+
"19.1.1" !==
|
8641
8640
|
isomorphicReactPackageVersion$jscomp$inline_743
|
8642
8641
|
)
|
8643
8642
|
throw Error(
|
8644
8643
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8645
8644
|
(isomorphicReactPackageVersion$jscomp$inline_743 +
|
8646
|
-
"\n - react-dom: 19.1.
|
8645
|
+
"\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
|
8647
8646
|
);
|
8648
8647
|
exports.renderToReadableStream = function (children, options) {
|
8649
8648
|
return new Promise(function (resolve, reject) {
|
@@ -8736,4 +8735,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
8736
8735
|
startWork(request$jscomp$0);
|
8737
8736
|
});
|
8738
8737
|
};
|
8739
|
-
exports.version = "19.1.
|
8738
|
+
exports.version = "19.1.1";
|
@@ -5867,13 +5867,13 @@ function abort(request, reason) {
|
|
5867
5867
|
}
|
5868
5868
|
var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
|
5869
5869
|
if (
|
5870
|
-
"19.1.
|
5870
|
+
"19.1.1" !==
|
5871
5871
|
isomorphicReactPackageVersion$jscomp$inline_761
|
5872
5872
|
)
|
5873
5873
|
throw Error(
|
5874
5874
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5875
5875
|
(isomorphicReactPackageVersion$jscomp$inline_761 +
|
5876
|
-
"\n - react-dom: 19.1.
|
5876
|
+
"\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
|
5877
5877
|
);
|
5878
5878
|
exports.renderToReadableStream = function (children, options) {
|
5879
5879
|
return new Promise(function (resolve, reject) {
|
@@ -5964,4 +5964,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5964
5964
|
startWork(request);
|
5965
5965
|
});
|
5966
5966
|
};
|
5967
|
-
exports.version = "19.1.
|
5967
|
+
exports.version = "19.1.1";
|
@@ -4337,7 +4337,7 @@
|
|
4337
4337
|
prevPrepareStackTrace = error.indexOf("\n");
|
4338
4338
|
-1 !== prevPrepareStackTrace &&
|
4339
4339
|
(error = error.slice(prevPrepareStackTrace + 1));
|
4340
|
-
prevPrepareStackTrace = error.indexOf("
|
4340
|
+
prevPrepareStackTrace = error.indexOf("react_stack_bottom_frame");
|
4341
4341
|
-1 !== prevPrepareStackTrace &&
|
4342
4342
|
(prevPrepareStackTrace = error.lastIndexOf(
|
4343
4343
|
"\n",
|
@@ -7769,11 +7769,11 @@
|
|
7769
7769
|
}
|
7770
7770
|
function ensureCorrectIsomorphicReactVersion() {
|
7771
7771
|
var isomorphicReactPackageVersion = React.version;
|
7772
|
-
if ("19.1.
|
7772
|
+
if ("19.1.1" !== isomorphicReactPackageVersion)
|
7773
7773
|
throw Error(
|
7774
7774
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7775
7775
|
(isomorphicReactPackageVersion +
|
7776
|
-
"\n - react-dom: 19.1.
|
7776
|
+
"\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
|
7777
7777
|
);
|
7778
7778
|
}
|
7779
7779
|
var React = require("react"),
|
@@ -9247,26 +9247,26 @@
|
|
9247
9247
|
"function" === typeof WeakMap ? WeakMap : Map
|
9248
9248
|
)();
|
9249
9249
|
var callComponent = {
|
9250
|
-
|
9250
|
+
react_stack_bottom_frame: function (Component, props, secondArg) {
|
9251
9251
|
return Component(props, secondArg);
|
9252
9252
|
}
|
9253
9253
|
},
|
9254
9254
|
callComponentInDEV =
|
9255
|
-
callComponent
|
9255
|
+
callComponent.react_stack_bottom_frame.bind(callComponent),
|
9256
9256
|
callRender = {
|
9257
|
-
|
9257
|
+
react_stack_bottom_frame: function (instance) {
|
9258
9258
|
return instance.render();
|
9259
9259
|
}
|
9260
9260
|
},
|
9261
|
-
callRenderInDEV = callRender
|
9261
|
+
callRenderInDEV = callRender.react_stack_bottom_frame.bind(callRender),
|
9262
9262
|
callLazyInit = {
|
9263
|
-
|
9263
|
+
react_stack_bottom_frame: function (lazy) {
|
9264
9264
|
var init = lazy._init;
|
9265
9265
|
return init(lazy._payload);
|
9266
9266
|
}
|
9267
9267
|
},
|
9268
9268
|
callLazyInitInDEV =
|
9269
|
-
callLazyInit
|
9269
|
+
callLazyInit.react_stack_bottom_frame.bind(callLazyInit),
|
9270
9270
|
lastResetTime = 0;
|
9271
9271
|
if (
|
9272
9272
|
"object" === typeof performance &&
|
@@ -9439,5 +9439,5 @@
|
|
9439
9439
|
startWork(request);
|
9440
9440
|
});
|
9441
9441
|
};
|
9442
|
-
exports.version = "19.1.
|
9442
|
+
exports.version = "19.1.1";
|
9443
9443
|
})();
|
@@ -6324,11 +6324,11 @@ function abort(request, reason) {
|
|
6324
6324
|
}
|
6325
6325
|
function ensureCorrectIsomorphicReactVersion() {
|
6326
6326
|
var isomorphicReactPackageVersion = React.version;
|
6327
|
-
if ("19.1.
|
6327
|
+
if ("19.1.1" !== isomorphicReactPackageVersion)
|
6328
6328
|
throw Error(
|
6329
6329
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6330
6330
|
(isomorphicReactPackageVersion +
|
6331
|
-
"\n - react-dom: 19.1.
|
6331
|
+
"\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
|
6332
6332
|
);
|
6333
6333
|
}
|
6334
6334
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6474,4 +6474,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6474
6474
|
startWork(request);
|
6475
6475
|
});
|
6476
6476
|
};
|
6477
|
-
exports.version = "19.1.
|
6477
|
+
exports.version = "19.1.1";
|
@@ -4240,7 +4240,7 @@
|
|
4240
4240
|
prevPrepareStackTrace = error.indexOf("\n");
|
4241
4241
|
-1 !== prevPrepareStackTrace &&
|
4242
4242
|
(error = error.slice(prevPrepareStackTrace + 1));
|
4243
|
-
prevPrepareStackTrace = error.indexOf("
|
4243
|
+
prevPrepareStackTrace = error.indexOf("react_stack_bottom_frame");
|
4244
4244
|
-1 !== prevPrepareStackTrace &&
|
4245
4245
|
(prevPrepareStackTrace = error.lastIndexOf(
|
4246
4246
|
"\n",
|
@@ -7644,11 +7644,11 @@
|
|
7644
7644
|
}
|
7645
7645
|
function ensureCorrectIsomorphicReactVersion() {
|
7646
7646
|
var isomorphicReactPackageVersion = React.version;
|
7647
|
-
if ("19.1.
|
7647
|
+
if ("19.1.1" !== isomorphicReactPackageVersion)
|
7648
7648
|
throw Error(
|
7649
7649
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7650
7650
|
(isomorphicReactPackageVersion +
|
7651
|
-
"\n - react-dom: 19.1.
|
7651
|
+
"\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
|
7652
7652
|
);
|
7653
7653
|
}
|
7654
7654
|
function createDrainHandler(destination, request) {
|
@@ -9172,26 +9172,26 @@
|
|
9172
9172
|
"function" === typeof WeakMap ? WeakMap : Map
|
9173
9173
|
)();
|
9174
9174
|
var callComponent = {
|
9175
|
-
|
9175
|
+
react_stack_bottom_frame: function (Component, props, secondArg) {
|
9176
9176
|
return Component(props, secondArg);
|
9177
9177
|
}
|
9178
9178
|
},
|
9179
9179
|
callComponentInDEV =
|
9180
|
-
callComponent
|
9180
|
+
callComponent.react_stack_bottom_frame.bind(callComponent),
|
9181
9181
|
callRender = {
|
9182
|
-
|
9182
|
+
react_stack_bottom_frame: function (instance) {
|
9183
9183
|
return instance.render();
|
9184
9184
|
}
|
9185
9185
|
},
|
9186
|
-
callRenderInDEV = callRender
|
9186
|
+
callRenderInDEV = callRender.react_stack_bottom_frame.bind(callRender),
|
9187
9187
|
callLazyInit = {
|
9188
|
-
|
9188
|
+
react_stack_bottom_frame: function (lazy) {
|
9189
9189
|
var init = lazy._init;
|
9190
9190
|
return init(lazy._payload);
|
9191
9191
|
}
|
9192
9192
|
},
|
9193
9193
|
callLazyInitInDEV =
|
9194
|
-
callLazyInit
|
9194
|
+
callLazyInit.react_stack_bottom_frame.bind(callLazyInit),
|
9195
9195
|
lastResetTime = 0;
|
9196
9196
|
if (
|
9197
9197
|
"object" === typeof performance &&
|
@@ -9313,5 +9313,5 @@
|
|
9313
9313
|
}
|
9314
9314
|
};
|
9315
9315
|
};
|
9316
|
-
exports.version = "19.1.
|
9316
|
+
exports.version = "19.1.1";
|
9317
9317
|
})();
|
@@ -6216,11 +6216,11 @@ function abort(request, reason) {
|
|
6216
6216
|
}
|
6217
6217
|
function ensureCorrectIsomorphicReactVersion() {
|
6218
6218
|
var isomorphicReactPackageVersion = React.version;
|
6219
|
-
if ("19.1.
|
6219
|
+
if ("19.1.1" !== isomorphicReactPackageVersion)
|
6220
6220
|
throw Error(
|
6221
6221
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6222
6222
|
(isomorphicReactPackageVersion +
|
6223
|
-
"\n - react-dom: 19.1.
|
6223
|
+
"\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
|
6224
6224
|
);
|
6225
6225
|
}
|
6226
6226
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6369,4 +6369,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
6369
6369
|
}
|
6370
6370
|
};
|
6371
6371
|
};
|
6372
|
-
exports.version = "19.1.
|
6372
|
+
exports.version = "19.1.1";
|
@@ -416,7 +416,7 @@
|
|
416
416
|
exports.useFormStatus = function () {
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
418
418
|
};
|
419
|
-
exports.version = "19.1.
|
419
|
+
exports.version = "19.1.1";
|
420
420
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
421
421
|
"function" ===
|
422
422
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-dom",
|
3
|
-
"version": "19.1.
|
3
|
+
"version": "19.1.1",
|
4
4
|
"description": "React package for working with the DOM.",
|
5
5
|
"main": "index.js",
|
6
6
|
"repository": {
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"scheduler": "^0.26.0"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "^19.1.
|
23
|
+
"react": "^19.1.1"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|