react-dom 19.1.0-canary-b3a95caf-20250113 → 19.1.0-canary-f0edf41e-20250115
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 +5 -5
- package/cjs/react-dom-client.production.js +5 -5
- package/cjs/react-dom-profiling.development.js +5 -5
- package/cjs/react-dom-profiling.profiling.js +5 -5
- package/cjs/react-dom-server-legacy.browser.development.js +7 -1
- package/cjs/react-dom-server-legacy.browser.production.js +7 -1
- package/cjs/react-dom-server-legacy.node.development.js +7 -1
- package/cjs/react-dom-server-legacy.node.production.js +7 -1
- package/cjs/react-dom-server.browser.development.js +9 -3
- package/cjs/react-dom-server.browser.production.js +9 -3
- package/cjs/react-dom-server.bun.development.js +9 -3
- package/cjs/react-dom-server.bun.production.js +9 -3
- package/cjs/react-dom-server.edge.development.js +9 -3
- package/cjs/react-dom-server.edge.production.js +9 -3
- package/cjs/react-dom-server.node.development.js +9 -3
- package/cjs/react-dom-server.node.production.js +9 -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 +3 -3
|
@@ -24570,11 +24570,11 @@
|
|
|
24570
24570
|
};
|
|
24571
24571
|
(function () {
|
|
24572
24572
|
var isomorphicReactPackageVersion = React.version;
|
|
24573
|
-
if ("19.1.0-canary-
|
|
24573
|
+
if ("19.1.0-canary-f0edf41e-20250115" !== isomorphicReactPackageVersion)
|
|
24574
24574
|
throw Error(
|
|
24575
24575
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
24576
24576
|
(isomorphicReactPackageVersion +
|
|
24577
|
-
"\n - react-dom: 19.1.0-canary-
|
|
24577
|
+
"\n - react-dom: 19.1.0-canary-f0edf41e-20250115\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
24578
24578
|
);
|
|
24579
24579
|
})();
|
|
24580
24580
|
("function" === typeof Map &&
|
|
@@ -24611,10 +24611,10 @@
|
|
|
24611
24611
|
!(function () {
|
|
24612
24612
|
var internals = {
|
|
24613
24613
|
bundleType: 1,
|
|
24614
|
-
version: "19.1.0-canary-
|
|
24614
|
+
version: "19.1.0-canary-f0edf41e-20250115",
|
|
24615
24615
|
rendererPackageName: "react-dom",
|
|
24616
24616
|
currentDispatcherRef: ReactSharedInternals,
|
|
24617
|
-
reconcilerVersion: "19.1.0-canary-
|
|
24617
|
+
reconcilerVersion: "19.1.0-canary-f0edf41e-20250115"
|
|
24618
24618
|
};
|
|
24619
24619
|
internals.overrideHookState = overrideHookState;
|
|
24620
24620
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -24760,7 +24760,7 @@
|
|
|
24760
24760
|
listenToAllSupportedEvents(container);
|
|
24761
24761
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
24762
24762
|
};
|
|
24763
|
-
exports.version = "19.1.0-canary-
|
|
24763
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
24764
24764
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
24765
24765
|
"function" ===
|
|
24766
24766
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -15202,14 +15202,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
15202
15202
|
};
|
|
15203
15203
|
var isomorphicReactPackageVersion$jscomp$inline_1737 = React.version;
|
|
15204
15204
|
if (
|
|
15205
|
-
"19.1.0-canary-
|
|
15205
|
+
"19.1.0-canary-f0edf41e-20250115" !==
|
|
15206
15206
|
isomorphicReactPackageVersion$jscomp$inline_1737
|
|
15207
15207
|
)
|
|
15208
15208
|
throw Error(
|
|
15209
15209
|
formatProdErrorMessage(
|
|
15210
15210
|
527,
|
|
15211
15211
|
isomorphicReactPackageVersion$jscomp$inline_1737,
|
|
15212
|
-
"19.1.0-canary-
|
|
15212
|
+
"19.1.0-canary-f0edf41e-20250115"
|
|
15213
15213
|
)
|
|
15214
15214
|
);
|
|
15215
15215
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -15231,10 +15231,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
15231
15231
|
};
|
|
15232
15232
|
var internals$jscomp$inline_2214 = {
|
|
15233
15233
|
bundleType: 0,
|
|
15234
|
-
version: "19.1.0-canary-
|
|
15234
|
+
version: "19.1.0-canary-f0edf41e-20250115",
|
|
15235
15235
|
rendererPackageName: "react-dom",
|
|
15236
15236
|
currentDispatcherRef: ReactSharedInternals,
|
|
15237
|
-
reconcilerVersion: "19.1.0-canary-
|
|
15237
|
+
reconcilerVersion: "19.1.0-canary-f0edf41e-20250115"
|
|
15238
15238
|
};
|
|
15239
15239
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
15240
15240
|
var hook$jscomp$inline_2215 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -15340,4 +15340,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
|
15340
15340
|
listenToAllSupportedEvents(container);
|
|
15341
15341
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
15342
15342
|
};
|
|
15343
|
-
exports.version = "19.1.0-canary-
|
|
15343
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
@@ -24627,11 +24627,11 @@
|
|
|
24627
24627
|
};
|
|
24628
24628
|
(function () {
|
|
24629
24629
|
var isomorphicReactPackageVersion = React.version;
|
|
24630
|
-
if ("19.1.0-canary-
|
|
24630
|
+
if ("19.1.0-canary-f0edf41e-20250115" !== isomorphicReactPackageVersion)
|
|
24631
24631
|
throw Error(
|
|
24632
24632
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
24633
24633
|
(isomorphicReactPackageVersion +
|
|
24634
|
-
"\n - react-dom: 19.1.0-canary-
|
|
24634
|
+
"\n - react-dom: 19.1.0-canary-f0edf41e-20250115\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
24635
24635
|
);
|
|
24636
24636
|
})();
|
|
24637
24637
|
("function" === typeof Map &&
|
|
@@ -24668,10 +24668,10 @@
|
|
|
24668
24668
|
!(function () {
|
|
24669
24669
|
var internals = {
|
|
24670
24670
|
bundleType: 1,
|
|
24671
|
-
version: "19.1.0-canary-
|
|
24671
|
+
version: "19.1.0-canary-f0edf41e-20250115",
|
|
24672
24672
|
rendererPackageName: "react-dom",
|
|
24673
24673
|
currentDispatcherRef: ReactSharedInternals,
|
|
24674
|
-
reconcilerVersion: "19.1.0-canary-
|
|
24674
|
+
reconcilerVersion: "19.1.0-canary-f0edf41e-20250115"
|
|
24675
24675
|
};
|
|
24676
24676
|
internals.overrideHookState = overrideHookState;
|
|
24677
24677
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -25147,7 +25147,7 @@
|
|
|
25147
25147
|
exports.useFormStatus = function () {
|
|
25148
25148
|
return resolveDispatcher().useHostTransitionStatus();
|
|
25149
25149
|
};
|
|
25150
|
-
exports.version = "19.1.0-canary-
|
|
25150
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
25151
25151
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
25152
25152
|
"function" ===
|
|
25153
25153
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -15848,14 +15848,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
15848
15848
|
};
|
|
15849
15849
|
var isomorphicReactPackageVersion$jscomp$inline_1833 = React.version;
|
|
15850
15850
|
if (
|
|
15851
|
-
"19.1.0-canary-
|
|
15851
|
+
"19.1.0-canary-f0edf41e-20250115" !==
|
|
15852
15852
|
isomorphicReactPackageVersion$jscomp$inline_1833
|
|
15853
15853
|
)
|
|
15854
15854
|
throw Error(
|
|
15855
15855
|
formatProdErrorMessage(
|
|
15856
15856
|
527,
|
|
15857
15857
|
isomorphicReactPackageVersion$jscomp$inline_1833,
|
|
15858
|
-
"19.1.0-canary-
|
|
15858
|
+
"19.1.0-canary-f0edf41e-20250115"
|
|
15859
15859
|
)
|
|
15860
15860
|
);
|
|
15861
15861
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -15877,10 +15877,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
15877
15877
|
};
|
|
15878
15878
|
var internals$jscomp$inline_1840 = {
|
|
15879
15879
|
bundleType: 0,
|
|
15880
|
-
version: "19.1.0-canary-
|
|
15880
|
+
version: "19.1.0-canary-f0edf41e-20250115",
|
|
15881
15881
|
rendererPackageName: "react-dom",
|
|
15882
15882
|
currentDispatcherRef: ReactSharedInternals,
|
|
15883
|
-
reconcilerVersion: "19.1.0-canary-
|
|
15883
|
+
reconcilerVersion: "19.1.0-canary-f0edf41e-20250115",
|
|
15884
15884
|
getLaneLabelMap: function () {
|
|
15885
15885
|
for (
|
|
15886
15886
|
var map = new Map(), lane = 1, index$279 = 0;
|
|
@@ -16162,7 +16162,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
16162
16162
|
exports.useFormStatus = function () {
|
|
16163
16163
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
16164
16164
|
};
|
|
16165
|
-
exports.version = "19.1.0-canary-
|
|
16165
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
16166
16166
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
16167
16167
|
"function" ===
|
|
16168
16168
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -7142,6 +7142,7 @@
|
|
|
7142
7142
|
REACT_SCOPE_TYPE = Symbol.for("react.scope"),
|
|
7143
7143
|
REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
|
|
7144
7144
|
REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
|
|
7145
|
+
REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"),
|
|
7145
7146
|
REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
|
|
7146
7147
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
7147
7148
|
isArrayImpl = Array.isArray,
|
|
@@ -8475,6 +8476,11 @@
|
|
|
8475
8476
|
useHostTransitionStatus: function () {
|
|
8476
8477
|
resolveCurrentlyRenderingComponent();
|
|
8477
8478
|
return NotPending;
|
|
8479
|
+
},
|
|
8480
|
+
useMemoCache: function (size) {
|
|
8481
|
+
for (var data = Array(size), i = 0; i < size; i++)
|
|
8482
|
+
data[i] = REACT_MEMO_CACHE_SENTINEL;
|
|
8483
|
+
return data;
|
|
8478
8484
|
}
|
|
8479
8485
|
},
|
|
8480
8486
|
currentResumableState = null,
|
|
@@ -8555,5 +8561,5 @@
|
|
|
8555
8561
|
'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'
|
|
8556
8562
|
);
|
|
8557
8563
|
};
|
|
8558
|
-
exports.version = "19.1.0-canary-
|
|
8564
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
8559
8565
|
})();
|
|
@@ -66,6 +66,7 @@ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
|
|
|
66
66
|
REACT_SCOPE_TYPE = Symbol.for("react.scope"),
|
|
67
67
|
REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
|
|
68
68
|
REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
|
|
69
|
+
REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"),
|
|
69
70
|
REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
|
|
70
71
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
71
72
|
isArrayImpl = Array.isArray;
|
|
@@ -3208,6 +3209,11 @@ var HooksDispatcher = {
|
|
|
3208
3209
|
useHostTransitionStatus: function () {
|
|
3209
3210
|
resolveCurrentlyRenderingComponent();
|
|
3210
3211
|
return sharedNotPendingObject;
|
|
3212
|
+
},
|
|
3213
|
+
useMemoCache: function (size) {
|
|
3214
|
+
for (var data = Array(size), i = 0; i < size; i++)
|
|
3215
|
+
data[i] = REACT_MEMO_CACHE_SENTINEL;
|
|
3216
|
+
return data;
|
|
3211
3217
|
}
|
|
3212
3218
|
},
|
|
3213
3219
|
currentResumableState = null,
|
|
@@ -5610,4 +5616,4 @@ exports.renderToString = function (children, options) {
|
|
|
5610
5616
|
'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'
|
|
5611
5617
|
);
|
|
5612
5618
|
};
|
|
5613
|
-
exports.version = "19.1.0-canary-
|
|
5619
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
@@ -7142,6 +7142,7 @@
|
|
|
7142
7142
|
REACT_SCOPE_TYPE = Symbol.for("react.scope"),
|
|
7143
7143
|
REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
|
|
7144
7144
|
REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
|
|
7145
|
+
REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"),
|
|
7145
7146
|
REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
|
|
7146
7147
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
7147
7148
|
isArrayImpl = Array.isArray,
|
|
@@ -8475,6 +8476,11 @@
|
|
|
8475
8476
|
useHostTransitionStatus: function () {
|
|
8476
8477
|
resolveCurrentlyRenderingComponent();
|
|
8477
8478
|
return NotPending;
|
|
8479
|
+
},
|
|
8480
|
+
useMemoCache: function (size) {
|
|
8481
|
+
for (var data = Array(size), i = 0; i < size; i++)
|
|
8482
|
+
data[i] = REACT_MEMO_CACHE_SENTINEL;
|
|
8483
|
+
return data;
|
|
8478
8484
|
}
|
|
8479
8485
|
},
|
|
8480
8486
|
currentResumableState = null,
|
|
@@ -8555,5 +8561,5 @@
|
|
|
8555
8561
|
'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'
|
|
8556
8562
|
);
|
|
8557
8563
|
};
|
|
8558
|
-
exports.version = "19.1.0-canary-
|
|
8564
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
8559
8565
|
})();
|
|
@@ -51,6 +51,7 @@ var React = require("react"),
|
|
|
51
51
|
REACT_SCOPE_TYPE = Symbol.for("react.scope"),
|
|
52
52
|
REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
|
|
53
53
|
REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
|
|
54
|
+
REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"),
|
|
54
55
|
REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
|
|
55
56
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
56
57
|
isArrayImpl = Array.isArray;
|
|
@@ -3255,6 +3256,11 @@ var HooksDispatcher = {
|
|
|
3255
3256
|
useHostTransitionStatus: function () {
|
|
3256
3257
|
resolveCurrentlyRenderingComponent();
|
|
3257
3258
|
return sharedNotPendingObject;
|
|
3259
|
+
},
|
|
3260
|
+
useMemoCache: function (size) {
|
|
3261
|
+
for (var data = Array(size), i = 0; i < size; i++)
|
|
3262
|
+
data[i] = REACT_MEMO_CACHE_SENTINEL;
|
|
3263
|
+
return data;
|
|
3258
3264
|
}
|
|
3259
3265
|
},
|
|
3260
3266
|
currentResumableState = null,
|
|
@@ -5687,4 +5693,4 @@ exports.renderToString = function (children, options) {
|
|
|
5687
5693
|
'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'
|
|
5688
5694
|
);
|
|
5689
5695
|
};
|
|
5690
|
-
exports.version = "19.1.0-canary-
|
|
5696
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
@@ -7293,11 +7293,11 @@
|
|
|
7293
7293
|
}
|
|
7294
7294
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7295
7295
|
var isomorphicReactPackageVersion = React.version;
|
|
7296
|
-
if ("19.1.0-canary-
|
|
7296
|
+
if ("19.1.0-canary-f0edf41e-20250115" !== isomorphicReactPackageVersion)
|
|
7297
7297
|
throw Error(
|
|
7298
7298
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7299
7299
|
(isomorphicReactPackageVersion +
|
|
7300
|
-
"\n - react-dom: 19.1.0-canary-
|
|
7300
|
+
"\n - react-dom: 19.1.0-canary-f0edf41e-20250115\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7301
7301
|
);
|
|
7302
7302
|
}
|
|
7303
7303
|
var React = require("react"),
|
|
@@ -7318,6 +7318,7 @@
|
|
|
7318
7318
|
REACT_SCOPE_TYPE = Symbol.for("react.scope"),
|
|
7319
7319
|
REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
|
|
7320
7320
|
REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
|
|
7321
|
+
REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"),
|
|
7321
7322
|
REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
|
|
7322
7323
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
7323
7324
|
isArrayImpl = Array.isArray,
|
|
@@ -8730,6 +8731,11 @@
|
|
|
8730
8731
|
useHostTransitionStatus: function () {
|
|
8731
8732
|
resolveCurrentlyRenderingComponent();
|
|
8732
8733
|
return NotPending;
|
|
8734
|
+
},
|
|
8735
|
+
useMemoCache: function (size) {
|
|
8736
|
+
for (var data = Array(size), i = 0; i < size; i++)
|
|
8737
|
+
data[i] = REACT_MEMO_CACHE_SENTINEL;
|
|
8738
|
+
return data;
|
|
8733
8739
|
}
|
|
8734
8740
|
},
|
|
8735
8741
|
currentResumableState = null,
|
|
@@ -8937,5 +8943,5 @@
|
|
|
8937
8943
|
startWork(request);
|
|
8938
8944
|
});
|
|
8939
8945
|
};
|
|
8940
|
-
exports.version = "19.1.0-canary-
|
|
8946
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
8941
8947
|
})();
|
|
@@ -66,6 +66,7 @@ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
|
|
|
66
66
|
REACT_SCOPE_TYPE = Symbol.for("react.scope"),
|
|
67
67
|
REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
|
|
68
68
|
REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
|
|
69
|
+
REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"),
|
|
69
70
|
REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
|
|
70
71
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
71
72
|
isArrayImpl = Array.isArray;
|
|
@@ -3564,6 +3565,11 @@ var HooksDispatcher = {
|
|
|
3564
3565
|
useHostTransitionStatus: function () {
|
|
3565
3566
|
resolveCurrentlyRenderingComponent();
|
|
3566
3567
|
return sharedNotPendingObject;
|
|
3568
|
+
},
|
|
3569
|
+
useMemoCache: function (size) {
|
|
3570
|
+
for (var data = Array(size), i = 0; i < size; i++)
|
|
3571
|
+
data[i] = REACT_MEMO_CACHE_SENTINEL;
|
|
3572
|
+
return data;
|
|
3567
3573
|
}
|
|
3568
3574
|
},
|
|
3569
3575
|
currentResumableState = null,
|
|
@@ -5942,12 +5948,12 @@ function abort(request, reason) {
|
|
|
5942
5948
|
}
|
|
5943
5949
|
function ensureCorrectIsomorphicReactVersion() {
|
|
5944
5950
|
var isomorphicReactPackageVersion = React.version;
|
|
5945
|
-
if ("19.1.0-canary-
|
|
5951
|
+
if ("19.1.0-canary-f0edf41e-20250115" !== isomorphicReactPackageVersion)
|
|
5946
5952
|
throw Error(
|
|
5947
5953
|
formatProdErrorMessage(
|
|
5948
5954
|
527,
|
|
5949
5955
|
isomorphicReactPackageVersion,
|
|
5950
|
-
"19.1.0-canary-
|
|
5956
|
+
"19.1.0-canary-f0edf41e-20250115"
|
|
5951
5957
|
)
|
|
5952
5958
|
);
|
|
5953
5959
|
}
|
|
@@ -6094,4 +6100,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
6094
6100
|
startWork(request);
|
|
6095
6101
|
});
|
|
6096
6102
|
};
|
|
6097
|
-
exports.version = "19.1.0-canary-
|
|
6103
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
@@ -27,6 +27,7 @@ var React = require("react"),
|
|
|
27
27
|
REACT_SCOPE_TYPE = Symbol.for("react.scope"),
|
|
28
28
|
REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
|
|
29
29
|
REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
|
|
30
|
+
REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"),
|
|
30
31
|
REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
|
|
31
32
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
32
33
|
isArrayImpl = Array.isArray,
|
|
@@ -5077,6 +5078,11 @@ var HooksDispatcher = {
|
|
|
5077
5078
|
useHostTransitionStatus: function () {
|
|
5078
5079
|
resolveCurrentlyRenderingComponent();
|
|
5079
5080
|
return NotPending;
|
|
5081
|
+
},
|
|
5082
|
+
useMemoCache: function (size) {
|
|
5083
|
+
for (var data = Array(size), i = 0; i < size; i++)
|
|
5084
|
+
data[i] = REACT_MEMO_CACHE_SENTINEL;
|
|
5085
|
+
return data;
|
|
5080
5086
|
}
|
|
5081
5087
|
},
|
|
5082
5088
|
currentResumableState = null,
|
|
@@ -8176,13 +8182,13 @@ function abort(request, reason) {
|
|
|
8176
8182
|
}
|
|
8177
8183
|
var isomorphicReactPackageVersion$jscomp$inline_699 = React.version;
|
|
8178
8184
|
if (
|
|
8179
|
-
"19.1.0-canary-
|
|
8185
|
+
"19.1.0-canary-f0edf41e-20250115" !==
|
|
8180
8186
|
isomorphicReactPackageVersion$jscomp$inline_699
|
|
8181
8187
|
)
|
|
8182
8188
|
throw Error(
|
|
8183
8189
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8184
8190
|
(isomorphicReactPackageVersion$jscomp$inline_699 +
|
|
8185
|
-
"\n - react-dom: 19.1.0-canary-
|
|
8191
|
+
"\n - react-dom: 19.1.0-canary-f0edf41e-20250115\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8186
8192
|
);
|
|
8187
8193
|
exports.renderToReadableStream = function (children, options) {
|
|
8188
8194
|
return new Promise(function (resolve, reject) {
|
|
@@ -8274,4 +8280,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
8274
8280
|
startWork(request$jscomp$0);
|
|
8275
8281
|
});
|
|
8276
8282
|
};
|
|
8277
|
-
exports.version = "19.1.0-canary-
|
|
8283
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
@@ -27,6 +27,7 @@ var React = require("react"),
|
|
|
27
27
|
REACT_SCOPE_TYPE = Symbol.for("react.scope"),
|
|
28
28
|
REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
|
|
29
29
|
REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
|
|
30
|
+
REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"),
|
|
30
31
|
REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
|
|
31
32
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
32
33
|
isArrayImpl = Array.isArray,
|
|
@@ -3221,6 +3222,11 @@ var HooksDispatcher = {
|
|
|
3221
3222
|
useHostTransitionStatus: function () {
|
|
3222
3223
|
resolveCurrentlyRenderingComponent();
|
|
3223
3224
|
return sharedNotPendingObject;
|
|
3225
|
+
},
|
|
3226
|
+
useMemoCache: function (size) {
|
|
3227
|
+
for (var data = Array(size), i = 0; i < size; i++)
|
|
3228
|
+
data[i] = REACT_MEMO_CACHE_SENTINEL;
|
|
3229
|
+
return data;
|
|
3224
3230
|
}
|
|
3225
3231
|
},
|
|
3226
3232
|
currentResumableState = null,
|
|
@@ -5579,13 +5585,13 @@ function abort(request, reason) {
|
|
|
5579
5585
|
}
|
|
5580
5586
|
var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
|
|
5581
5587
|
if (
|
|
5582
|
-
"19.1.0-canary-
|
|
5588
|
+
"19.1.0-canary-f0edf41e-20250115" !==
|
|
5583
5589
|
isomorphicReactPackageVersion$jscomp$inline_728
|
|
5584
5590
|
)
|
|
5585
5591
|
throw Error(
|
|
5586
5592
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
5587
5593
|
(isomorphicReactPackageVersion$jscomp$inline_728 +
|
|
5588
|
-
"\n - react-dom: 19.1.0-canary-
|
|
5594
|
+
"\n - react-dom: 19.1.0-canary-f0edf41e-20250115\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
5589
5595
|
);
|
|
5590
5596
|
exports.renderToReadableStream = function (children, options) {
|
|
5591
5597
|
return new Promise(function (resolve, reject) {
|
|
@@ -5676,4 +5682,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
5676
5682
|
startWork(request);
|
|
5677
5683
|
});
|
|
5678
5684
|
};
|
|
5679
|
-
exports.version = "19.1.0-canary-
|
|
5685
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
@@ -7316,11 +7316,11 @@
|
|
|
7316
7316
|
}
|
|
7317
7317
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7318
7318
|
var isomorphicReactPackageVersion = React.version;
|
|
7319
|
-
if ("19.1.0-canary-
|
|
7319
|
+
if ("19.1.0-canary-f0edf41e-20250115" !== isomorphicReactPackageVersion)
|
|
7320
7320
|
throw Error(
|
|
7321
7321
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7322
7322
|
(isomorphicReactPackageVersion +
|
|
7323
|
-
"\n - react-dom: 19.1.0-canary-
|
|
7323
|
+
"\n - react-dom: 19.1.0-canary-f0edf41e-20250115\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7324
7324
|
);
|
|
7325
7325
|
}
|
|
7326
7326
|
var React = require("react"),
|
|
@@ -7341,6 +7341,7 @@
|
|
|
7341
7341
|
REACT_SCOPE_TYPE = Symbol.for("react.scope"),
|
|
7342
7342
|
REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
|
|
7343
7343
|
REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
|
|
7344
|
+
REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"),
|
|
7344
7345
|
REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
|
|
7345
7346
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
7346
7347
|
isArrayImpl = Array.isArray,
|
|
@@ -8749,6 +8750,11 @@
|
|
|
8749
8750
|
useHostTransitionStatus: function () {
|
|
8750
8751
|
resolveCurrentlyRenderingComponent();
|
|
8751
8752
|
return NotPending;
|
|
8753
|
+
},
|
|
8754
|
+
useMemoCache: function (size) {
|
|
8755
|
+
for (var data = Array(size), i = 0; i < size; i++)
|
|
8756
|
+
data[i] = REACT_MEMO_CACHE_SENTINEL;
|
|
8757
|
+
return data;
|
|
8752
8758
|
}
|
|
8753
8759
|
},
|
|
8754
8760
|
currentResumableState = null,
|
|
@@ -8956,5 +8962,5 @@
|
|
|
8956
8962
|
startWork(request);
|
|
8957
8963
|
});
|
|
8958
8964
|
};
|
|
8959
|
-
exports.version = "19.1.0-canary-
|
|
8965
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
8960
8966
|
})();
|
|
@@ -51,6 +51,7 @@ var React = require("react"),
|
|
|
51
51
|
REACT_SCOPE_TYPE = Symbol.for("react.scope"),
|
|
52
52
|
REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
|
|
53
53
|
REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
|
|
54
|
+
REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"),
|
|
54
55
|
REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
|
|
55
56
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
56
57
|
isArrayImpl = Array.isArray;
|
|
@@ -3603,6 +3604,11 @@ var HooksDispatcher = {
|
|
|
3603
3604
|
useHostTransitionStatus: function () {
|
|
3604
3605
|
resolveCurrentlyRenderingComponent();
|
|
3605
3606
|
return sharedNotPendingObject;
|
|
3607
|
+
},
|
|
3608
|
+
useMemoCache: function (size) {
|
|
3609
|
+
for (var data = Array(size), i = 0; i < size; i++)
|
|
3610
|
+
data[i] = REACT_MEMO_CACHE_SENTINEL;
|
|
3611
|
+
return data;
|
|
3606
3612
|
}
|
|
3607
3613
|
},
|
|
3608
3614
|
currentResumableState = null,
|
|
@@ -6034,11 +6040,11 @@ function abort(request, reason) {
|
|
|
6034
6040
|
}
|
|
6035
6041
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6036
6042
|
var isomorphicReactPackageVersion = React.version;
|
|
6037
|
-
if ("19.1.0-canary-
|
|
6043
|
+
if ("19.1.0-canary-f0edf41e-20250115" !== isomorphicReactPackageVersion)
|
|
6038
6044
|
throw Error(
|
|
6039
6045
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6040
6046
|
(isomorphicReactPackageVersion +
|
|
6041
|
-
"\n - react-dom: 19.1.0-canary-
|
|
6047
|
+
"\n - react-dom: 19.1.0-canary-f0edf41e-20250115\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6042
6048
|
);
|
|
6043
6049
|
}
|
|
6044
6050
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -6184,4 +6190,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
6184
6190
|
startWork(request);
|
|
6185
6191
|
});
|
|
6186
6192
|
};
|
|
6187
|
-
exports.version = "19.1.0-canary-
|
|
6193
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
@@ -7191,11 +7191,11 @@
|
|
|
7191
7191
|
}
|
|
7192
7192
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7193
7193
|
var isomorphicReactPackageVersion = React.version;
|
|
7194
|
-
if ("19.1.0-canary-
|
|
7194
|
+
if ("19.1.0-canary-f0edf41e-20250115" !== isomorphicReactPackageVersion)
|
|
7195
7195
|
throw Error(
|
|
7196
7196
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7197
7197
|
(isomorphicReactPackageVersion +
|
|
7198
|
-
"\n - react-dom: 19.1.0-canary-
|
|
7198
|
+
"\n - react-dom: 19.1.0-canary-f0edf41e-20250115\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7199
7199
|
);
|
|
7200
7200
|
}
|
|
7201
7201
|
function createDrainHandler(destination, request) {
|
|
@@ -7274,6 +7274,7 @@
|
|
|
7274
7274
|
REACT_SCOPE_TYPE = Symbol.for("react.scope"),
|
|
7275
7275
|
REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
|
|
7276
7276
|
REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
|
|
7277
|
+
REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"),
|
|
7277
7278
|
REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
|
|
7278
7279
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
7279
7280
|
isArrayImpl = Array.isArray,
|
|
@@ -8674,6 +8675,11 @@
|
|
|
8674
8675
|
useHostTransitionStatus: function () {
|
|
8675
8676
|
resolveCurrentlyRenderingComponent();
|
|
8676
8677
|
return NotPending;
|
|
8678
|
+
},
|
|
8679
|
+
useMemoCache: function (size) {
|
|
8680
|
+
for (var data = Array(size), i = 0; i < size; i++)
|
|
8681
|
+
data[i] = REACT_MEMO_CACHE_SENTINEL;
|
|
8682
|
+
return data;
|
|
8677
8683
|
}
|
|
8678
8684
|
},
|
|
8679
8685
|
currentResumableState = null,
|
|
@@ -8830,5 +8836,5 @@
|
|
|
8830
8836
|
}
|
|
8831
8837
|
};
|
|
8832
8838
|
};
|
|
8833
|
-
exports.version = "19.1.0-canary-
|
|
8839
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
8834
8840
|
})();
|
|
@@ -31,6 +31,7 @@ var util = require("util"),
|
|
|
31
31
|
REACT_SCOPE_TYPE = Symbol.for("react.scope"),
|
|
32
32
|
REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
|
|
33
33
|
REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
|
|
34
|
+
REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"),
|
|
34
35
|
REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
|
|
35
36
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
36
37
|
isArrayImpl = Array.isArray,
|
|
@@ -3503,6 +3504,11 @@ var HooksDispatcher = {
|
|
|
3503
3504
|
useHostTransitionStatus: function () {
|
|
3504
3505
|
resolveCurrentlyRenderingComponent();
|
|
3505
3506
|
return sharedNotPendingObject;
|
|
3507
|
+
},
|
|
3508
|
+
useMemoCache: function (size) {
|
|
3509
|
+
for (var data = Array(size), i = 0; i < size; i++)
|
|
3510
|
+
data[i] = REACT_MEMO_CACHE_SENTINEL;
|
|
3511
|
+
return data;
|
|
3506
3512
|
}
|
|
3507
3513
|
},
|
|
3508
3514
|
currentResumableState = null,
|
|
@@ -5926,11 +5932,11 @@ function abort(request, reason) {
|
|
|
5926
5932
|
}
|
|
5927
5933
|
function ensureCorrectIsomorphicReactVersion() {
|
|
5928
5934
|
var isomorphicReactPackageVersion = React.version;
|
|
5929
|
-
if ("19.1.0-canary-
|
|
5935
|
+
if ("19.1.0-canary-f0edf41e-20250115" !== isomorphicReactPackageVersion)
|
|
5930
5936
|
throw Error(
|
|
5931
5937
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
5932
5938
|
(isomorphicReactPackageVersion +
|
|
5933
|
-
"\n - react-dom: 19.1.0-canary-
|
|
5939
|
+
"\n - react-dom: 19.1.0-canary-f0edf41e-20250115\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
5934
5940
|
);
|
|
5935
5941
|
}
|
|
5936
5942
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -6079,4 +6085,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
|
6079
6085
|
}
|
|
6080
6086
|
};
|
|
6081
6087
|
};
|
|
6082
|
-
exports.version = "19.1.0-canary-
|
|
6088
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
exports.useFormStatus = function () {
|
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
|
418
418
|
};
|
|
419
|
-
exports.version = "19.1.0-canary-
|
|
419
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
|
420
420
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
421
421
|
"function" ===
|
|
422
422
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -207,4 +207,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
207
207
|
exports.useFormStatus = function () {
|
|
208
208
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
209
209
|
};
|
|
210
|
-
exports.version = "19.1.0-canary-
|
|
210
|
+
exports.version = "19.1.0-canary-f0edf41e-20250115";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-dom",
|
|
3
|
-
"version": "19.1.0-canary-
|
|
3
|
+
"version": "19.1.0-canary-f0edf41e-20250115",
|
|
4
4
|
"description": "React package for working with the DOM.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://react.dev/",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"scheduler": "0.26.0-canary-
|
|
20
|
+
"scheduler": "0.26.0-canary-f0edf41e-20250115"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "19.1.0-canary-
|
|
23
|
+
"react": "19.1.0-canary-f0edf41e-20250115"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"LICENSE",
|