react-dom 19.1.0-canary-25677265-20250224 → 19.1.0-canary-ebc22ef7-20250225
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 +163 -160
- package/cjs/react-dom-client.production.js +31 -31
- package/cjs/react-dom-profiling.development.js +163 -160
- package/cjs/react-dom-profiling.profiling.js +31 -31
- package/cjs/react-dom-server-legacy.browser.development.js +3 -3
- package/cjs/react-dom-server-legacy.browser.production.js +3 -3
- package/cjs/react-dom-server-legacy.node.development.js +3 -3
- package/cjs/react-dom-server-legacy.node.production.js +3 -3
- package/cjs/react-dom-server.browser.development.js +5 -5
- package/cjs/react-dom-server.browser.production.js +5 -5
- package/cjs/react-dom-server.bun.development.js +5 -5
- package/cjs/react-dom-server.bun.production.js +5 -5
- package/cjs/react-dom-server.edge.development.js +5 -5
- package/cjs/react-dom-server.edge.production.js +5 -5
- package/cjs/react-dom-server.node.development.js +5 -5
- package/cjs/react-dom-server.node.production.js +5 -5
- 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
|
@@ -4586,19 +4586,19 @@ var ContextOnlyDispatcher = {
|
|
|
4586
4586
|
idWithLeadingBit & ~(1 << (32 - clz32(idWithLeadingBit) - 1))
|
|
4587
4587
|
).toString(32) + JSCompiler_inline_result;
|
|
4588
4588
|
identifierPrefix =
|
|
4589
|
-
"
|
|
4589
|
+
"\u00ab" + identifierPrefix + "R" + JSCompiler_inline_result;
|
|
4590
4590
|
JSCompiler_inline_result = localIdCounter++;
|
|
4591
4591
|
0 < JSCompiler_inline_result &&
|
|
4592
4592
|
(identifierPrefix += "H" + JSCompiler_inline_result.toString(32));
|
|
4593
|
-
identifierPrefix += "
|
|
4593
|
+
identifierPrefix += "\u00bb";
|
|
4594
4594
|
} else
|
|
4595
4595
|
(JSCompiler_inline_result = globalClientIdCounter++),
|
|
4596
4596
|
(identifierPrefix =
|
|
4597
|
-
"
|
|
4597
|
+
"\u00ab" +
|
|
4598
4598
|
identifierPrefix +
|
|
4599
4599
|
"r" +
|
|
4600
4600
|
JSCompiler_inline_result.toString(32) +
|
|
4601
|
-
"
|
|
4601
|
+
"\u00bb");
|
|
4602
4602
|
return (hook.memoizedState = identifierPrefix);
|
|
4603
4603
|
},
|
|
4604
4604
|
useHostTransitionStatus: useHostTransitionStatus,
|
|
@@ -12373,20 +12373,20 @@ function extractEvents$1(
|
|
|
12373
12373
|
}
|
|
12374
12374
|
}
|
|
12375
12375
|
for (
|
|
12376
|
-
var i$jscomp$
|
|
12377
|
-
i$jscomp$
|
|
12378
|
-
i$jscomp$
|
|
12376
|
+
var i$jscomp$inline_1606 = 0;
|
|
12377
|
+
i$jscomp$inline_1606 < simpleEventPluginEvents.length;
|
|
12378
|
+
i$jscomp$inline_1606++
|
|
12379
12379
|
) {
|
|
12380
|
-
var eventName$jscomp$
|
|
12381
|
-
simpleEventPluginEvents[i$jscomp$
|
|
12382
|
-
domEventName$jscomp$
|
|
12383
|
-
eventName$jscomp$
|
|
12384
|
-
capitalizedEvent$jscomp$
|
|
12385
|
-
eventName$jscomp$
|
|
12386
|
-
eventName$jscomp$
|
|
12380
|
+
var eventName$jscomp$inline_1607 =
|
|
12381
|
+
simpleEventPluginEvents[i$jscomp$inline_1606],
|
|
12382
|
+
domEventName$jscomp$inline_1608 =
|
|
12383
|
+
eventName$jscomp$inline_1607.toLowerCase(),
|
|
12384
|
+
capitalizedEvent$jscomp$inline_1609 =
|
|
12385
|
+
eventName$jscomp$inline_1607[0].toUpperCase() +
|
|
12386
|
+
eventName$jscomp$inline_1607.slice(1);
|
|
12387
12387
|
registerSimpleEvent(
|
|
12388
|
-
domEventName$jscomp$
|
|
12389
|
-
"on" + capitalizedEvent$jscomp$
|
|
12388
|
+
domEventName$jscomp$inline_1608,
|
|
12389
|
+
"on" + capitalizedEvent$jscomp$inline_1609
|
|
12390
12390
|
);
|
|
12391
12391
|
}
|
|
12392
12392
|
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
|
@@ -15898,16 +15898,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
15898
15898
|
0 === i && attemptExplicitHydrationTarget(target);
|
|
15899
15899
|
}
|
|
15900
15900
|
};
|
|
15901
|
-
var isomorphicReactPackageVersion$jscomp$
|
|
15901
|
+
var isomorphicReactPackageVersion$jscomp$inline_1860 = React.version;
|
|
15902
15902
|
if (
|
|
15903
|
-
"19.1.0-canary-
|
|
15904
|
-
isomorphicReactPackageVersion$jscomp$
|
|
15903
|
+
"19.1.0-canary-ebc22ef7-20250225" !==
|
|
15904
|
+
isomorphicReactPackageVersion$jscomp$inline_1860
|
|
15905
15905
|
)
|
|
15906
15906
|
throw Error(
|
|
15907
15907
|
formatProdErrorMessage(
|
|
15908
15908
|
527,
|
|
15909
|
-
isomorphicReactPackageVersion$jscomp$
|
|
15910
|
-
"19.1.0-canary-
|
|
15909
|
+
isomorphicReactPackageVersion$jscomp$inline_1860,
|
|
15910
|
+
"19.1.0-canary-ebc22ef7-20250225"
|
|
15911
15911
|
)
|
|
15912
15912
|
);
|
|
15913
15913
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -15927,12 +15927,12 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
15927
15927
|
null === componentOrElement ? null : componentOrElement.stateNode;
|
|
15928
15928
|
return componentOrElement;
|
|
15929
15929
|
};
|
|
15930
|
-
var internals$jscomp$
|
|
15930
|
+
var internals$jscomp$inline_1867 = {
|
|
15931
15931
|
bundleType: 0,
|
|
15932
|
-
version: "19.1.0-canary-
|
|
15932
|
+
version: "19.1.0-canary-ebc22ef7-20250225",
|
|
15933
15933
|
rendererPackageName: "react-dom",
|
|
15934
15934
|
currentDispatcherRef: ReactSharedInternals,
|
|
15935
|
-
reconcilerVersion: "19.1.0-canary-
|
|
15935
|
+
reconcilerVersion: "19.1.0-canary-ebc22ef7-20250225",
|
|
15936
15936
|
getLaneLabelMap: function () {
|
|
15937
15937
|
for (
|
|
15938
15938
|
var map = new Map(), lane = 1, index$281 = 0;
|
|
@@ -15950,16 +15950,16 @@ var internals$jscomp$inline_1865 = {
|
|
|
15950
15950
|
}
|
|
15951
15951
|
};
|
|
15952
15952
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
15953
|
-
var hook$jscomp$
|
|
15953
|
+
var hook$jscomp$inline_2310 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
15954
15954
|
if (
|
|
15955
|
-
!hook$jscomp$
|
|
15956
|
-
hook$jscomp$
|
|
15955
|
+
!hook$jscomp$inline_2310.isDisabled &&
|
|
15956
|
+
hook$jscomp$inline_2310.supportsFiber
|
|
15957
15957
|
)
|
|
15958
15958
|
try {
|
|
15959
|
-
(rendererID = hook$jscomp$
|
|
15960
|
-
internals$jscomp$
|
|
15959
|
+
(rendererID = hook$jscomp$inline_2310.inject(
|
|
15960
|
+
internals$jscomp$inline_1867
|
|
15961
15961
|
)),
|
|
15962
|
-
(injectedHook = hook$jscomp$
|
|
15962
|
+
(injectedHook = hook$jscomp$inline_2310);
|
|
15963
15963
|
} catch (err) {}
|
|
15964
15964
|
}
|
|
15965
15965
|
function noop() {}
|
|
@@ -16212,7 +16212,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
16212
16212
|
exports.useFormStatus = function () {
|
|
16213
16213
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
16214
16214
|
};
|
|
16215
|
-
exports.version = "19.1.0-canary-
|
|
16215
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
16216
16216
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
16217
16217
|
"function" ===
|
|
16218
16218
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -8898,9 +8898,9 @@
|
|
|
8898
8898
|
"Invalid hook call. Hooks can only be called inside of the body of a function component."
|
|
8899
8899
|
);
|
|
8900
8900
|
overflow = localIdCounter++;
|
|
8901
|
-
treeId = "
|
|
8901
|
+
treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId;
|
|
8902
8902
|
0 < overflow && (treeId += "H" + overflow.toString(32));
|
|
8903
|
-
return treeId + "
|
|
8903
|
+
return treeId + "\u00bb";
|
|
8904
8904
|
},
|
|
8905
8905
|
useSyncExternalStore: function (
|
|
8906
8906
|
subscribe,
|
|
@@ -9010,5 +9010,5 @@
|
|
|
9010
9010
|
'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'
|
|
9011
9011
|
);
|
|
9012
9012
|
};
|
|
9013
|
-
exports.version = "19.1.0-canary-
|
|
9013
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
9014
9014
|
})();
|
|
@@ -3274,9 +3274,9 @@ var HooksDispatcher = {
|
|
|
3274
3274
|
if (null === resumableState) throw Error(formatProdErrorMessage(404));
|
|
3275
3275
|
overflow = localIdCounter++;
|
|
3276
3276
|
JSCompiler_inline_result =
|
|
3277
|
-
"
|
|
3277
|
+
"\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result;
|
|
3278
3278
|
0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32));
|
|
3279
|
-
return JSCompiler_inline_result + "
|
|
3279
|
+
return JSCompiler_inline_result + "\u00bb";
|
|
3280
3280
|
},
|
|
3281
3281
|
useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) {
|
|
3282
3282
|
if (void 0 === getServerSnapshot)
|
|
@@ -5887,4 +5887,4 @@ exports.renderToString = function (children, options) {
|
|
|
5887
5887
|
'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'
|
|
5888
5888
|
);
|
|
5889
5889
|
};
|
|
5890
|
-
exports.version = "19.1.0-canary-
|
|
5890
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
@@ -8898,9 +8898,9 @@
|
|
|
8898
8898
|
"Invalid hook call. Hooks can only be called inside of the body of a function component."
|
|
8899
8899
|
);
|
|
8900
8900
|
overflow = localIdCounter++;
|
|
8901
|
-
treeId = "
|
|
8901
|
+
treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId;
|
|
8902
8902
|
0 < overflow && (treeId += "H" + overflow.toString(32));
|
|
8903
|
-
return treeId + "
|
|
8903
|
+
return treeId + "\u00bb";
|
|
8904
8904
|
},
|
|
8905
8905
|
useSyncExternalStore: function (
|
|
8906
8906
|
subscribe,
|
|
@@ -9010,5 +9010,5 @@
|
|
|
9010
9010
|
'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'
|
|
9011
9011
|
);
|
|
9012
9012
|
};
|
|
9013
|
-
exports.version = "19.1.0-canary-
|
|
9013
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
9014
9014
|
})();
|
|
@@ -3319,9 +3319,9 @@ var HooksDispatcher = {
|
|
|
3319
3319
|
);
|
|
3320
3320
|
overflow = localIdCounter++;
|
|
3321
3321
|
JSCompiler_inline_result =
|
|
3322
|
-
"
|
|
3322
|
+
"\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result;
|
|
3323
3323
|
0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32));
|
|
3324
|
-
return JSCompiler_inline_result + "
|
|
3324
|
+
return JSCompiler_inline_result + "\u00bb";
|
|
3325
3325
|
},
|
|
3326
3326
|
useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) {
|
|
3327
3327
|
if (void 0 === getServerSnapshot)
|
|
@@ -5967,4 +5967,4 @@ exports.renderToString = function (children, options) {
|
|
|
5967
5967
|
'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'
|
|
5968
5968
|
);
|
|
5969
5969
|
};
|
|
5970
|
-
exports.version = "19.1.0-canary-
|
|
5970
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
@@ -7740,11 +7740,11 @@
|
|
|
7740
7740
|
}
|
|
7741
7741
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7742
7742
|
var isomorphicReactPackageVersion = React.version;
|
|
7743
|
-
if ("19.1.0-canary-
|
|
7743
|
+
if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion)
|
|
7744
7744
|
throw Error(
|
|
7745
7745
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7746
7746
|
(isomorphicReactPackageVersion +
|
|
7747
|
-
"\n - react-dom: 19.1.0-canary-
|
|
7747
|
+
"\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7748
7748
|
);
|
|
7749
7749
|
}
|
|
7750
7750
|
var React = require("react"),
|
|
@@ -9160,9 +9160,9 @@
|
|
|
9160
9160
|
"Invalid hook call. Hooks can only be called inside of the body of a function component."
|
|
9161
9161
|
);
|
|
9162
9162
|
overflow = localIdCounter++;
|
|
9163
|
-
treeId = "
|
|
9163
|
+
treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId;
|
|
9164
9164
|
0 < overflow && (treeId += "H" + overflow.toString(32));
|
|
9165
|
-
return treeId + "
|
|
9165
|
+
return treeId + "\u00bb";
|
|
9166
9166
|
},
|
|
9167
9167
|
useSyncExternalStore: function (
|
|
9168
9168
|
subscribe,
|
|
@@ -9399,5 +9399,5 @@
|
|
|
9399
9399
|
startWork(request);
|
|
9400
9400
|
});
|
|
9401
9401
|
};
|
|
9402
|
-
exports.version = "19.1.0-canary-
|
|
9402
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
9403
9403
|
})();
|
|
@@ -3632,9 +3632,9 @@ var HooksDispatcher = {
|
|
|
3632
3632
|
if (null === resumableState) throw Error(formatProdErrorMessage(404));
|
|
3633
3633
|
overflow = localIdCounter++;
|
|
3634
3634
|
JSCompiler_inline_result =
|
|
3635
|
-
"
|
|
3635
|
+
"\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result;
|
|
3636
3636
|
0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32));
|
|
3637
|
-
return JSCompiler_inline_result + "
|
|
3637
|
+
return JSCompiler_inline_result + "\u00bb";
|
|
3638
3638
|
},
|
|
3639
3639
|
useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) {
|
|
3640
3640
|
if (void 0 === getServerSnapshot)
|
|
@@ -6227,12 +6227,12 @@ function abort(request, reason) {
|
|
|
6227
6227
|
}
|
|
6228
6228
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6229
6229
|
var isomorphicReactPackageVersion = React.version;
|
|
6230
|
-
if ("19.1.0-canary-
|
|
6230
|
+
if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion)
|
|
6231
6231
|
throw Error(
|
|
6232
6232
|
formatProdErrorMessage(
|
|
6233
6233
|
527,
|
|
6234
6234
|
isomorphicReactPackageVersion,
|
|
6235
|
-
"19.1.0-canary-
|
|
6235
|
+
"19.1.0-canary-ebc22ef7-20250225"
|
|
6236
6236
|
)
|
|
6237
6237
|
);
|
|
6238
6238
|
}
|
|
@@ -6379,4 +6379,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
6379
6379
|
startWork(request);
|
|
6380
6380
|
});
|
|
6381
6381
|
};
|
|
6382
|
-
exports.version = "19.1.0-canary-
|
|
6382
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
@@ -5151,9 +5151,9 @@ var HooksDispatcher = {
|
|
|
5151
5151
|
"Invalid hook call. Hooks can only be called inside of the body of a function component."
|
|
5152
5152
|
);
|
|
5153
5153
|
overflow = localIdCounter++;
|
|
5154
|
-
treeId = "
|
|
5154
|
+
treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId;
|
|
5155
5155
|
0 < overflow && (treeId += "H" + overflow.toString(32));
|
|
5156
|
-
return treeId + "
|
|
5156
|
+
return treeId + "\u00bb";
|
|
5157
5157
|
},
|
|
5158
5158
|
useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) {
|
|
5159
5159
|
if (void 0 === getServerSnapshot)
|
|
@@ -8618,13 +8618,13 @@ function abort(request, reason) {
|
|
|
8618
8618
|
}
|
|
8619
8619
|
var isomorphicReactPackageVersion$jscomp$inline_740 = React.version;
|
|
8620
8620
|
if (
|
|
8621
|
-
"19.1.0-canary-
|
|
8621
|
+
"19.1.0-canary-ebc22ef7-20250225" !==
|
|
8622
8622
|
isomorphicReactPackageVersion$jscomp$inline_740
|
|
8623
8623
|
)
|
|
8624
8624
|
throw Error(
|
|
8625
8625
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8626
8626
|
(isomorphicReactPackageVersion$jscomp$inline_740 +
|
|
8627
|
-
"\n - react-dom: 19.1.0-canary-
|
|
8627
|
+
"\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8628
8628
|
);
|
|
8629
8629
|
exports.renderToReadableStream = function (children, options) {
|
|
8630
8630
|
return new Promise(function (resolve, reject) {
|
|
@@ -8717,4 +8717,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
8717
8717
|
startWork(request$jscomp$0);
|
|
8718
8718
|
});
|
|
8719
8719
|
};
|
|
8720
|
-
exports.version = "19.1.0-canary-
|
|
8720
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
@@ -3285,9 +3285,9 @@ var HooksDispatcher = {
|
|
|
3285
3285
|
);
|
|
3286
3286
|
overflow = localIdCounter++;
|
|
3287
3287
|
JSCompiler_inline_result =
|
|
3288
|
-
"
|
|
3288
|
+
"\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result;
|
|
3289
3289
|
0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32));
|
|
3290
|
-
return JSCompiler_inline_result + "
|
|
3290
|
+
return JSCompiler_inline_result + "\u00bb";
|
|
3291
3291
|
},
|
|
3292
3292
|
useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) {
|
|
3293
3293
|
if (void 0 === getServerSnapshot)
|
|
@@ -5865,13 +5865,13 @@ function abort(request, reason) {
|
|
|
5865
5865
|
}
|
|
5866
5866
|
var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
|
|
5867
5867
|
if (
|
|
5868
|
-
"19.1.0-canary-
|
|
5868
|
+
"19.1.0-canary-ebc22ef7-20250225" !==
|
|
5869
5869
|
isomorphicReactPackageVersion$jscomp$inline_761
|
|
5870
5870
|
)
|
|
5871
5871
|
throw Error(
|
|
5872
5872
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
5873
5873
|
(isomorphicReactPackageVersion$jscomp$inline_761 +
|
|
5874
|
-
"\n - react-dom: 19.1.0-canary-
|
|
5874
|
+
"\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
5875
5875
|
);
|
|
5876
5876
|
exports.renderToReadableStream = function (children, options) {
|
|
5877
5877
|
return new Promise(function (resolve, reject) {
|
|
@@ -5962,4 +5962,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
5962
5962
|
startWork(request);
|
|
5963
5963
|
});
|
|
5964
5964
|
};
|
|
5965
|
-
exports.version = "19.1.0-canary-
|
|
5965
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
@@ -7763,11 +7763,11 @@
|
|
|
7763
7763
|
}
|
|
7764
7764
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7765
7765
|
var isomorphicReactPackageVersion = React.version;
|
|
7766
|
-
if ("19.1.0-canary-
|
|
7766
|
+
if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion)
|
|
7767
7767
|
throw Error(
|
|
7768
7768
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7769
7769
|
(isomorphicReactPackageVersion +
|
|
7770
|
-
"\n - react-dom: 19.1.0-canary-
|
|
7770
|
+
"\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7771
7771
|
);
|
|
7772
7772
|
}
|
|
7773
7773
|
var React = require("react"),
|
|
@@ -9179,9 +9179,9 @@
|
|
|
9179
9179
|
"Invalid hook call. Hooks can only be called inside of the body of a function component."
|
|
9180
9180
|
);
|
|
9181
9181
|
overflow = localIdCounter++;
|
|
9182
|
-
treeId = "
|
|
9182
|
+
treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId;
|
|
9183
9183
|
0 < overflow && (treeId += "H" + overflow.toString(32));
|
|
9184
|
-
return treeId + "
|
|
9184
|
+
return treeId + "\u00bb";
|
|
9185
9185
|
},
|
|
9186
9186
|
useSyncExternalStore: function (
|
|
9187
9187
|
subscribe,
|
|
@@ -9418,5 +9418,5 @@
|
|
|
9418
9418
|
startWork(request);
|
|
9419
9419
|
});
|
|
9420
9420
|
};
|
|
9421
|
-
exports.version = "19.1.0-canary-
|
|
9421
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
9422
9422
|
})();
|
|
@@ -3669,9 +3669,9 @@ var HooksDispatcher = {
|
|
|
3669
3669
|
);
|
|
3670
3670
|
overflow = localIdCounter++;
|
|
3671
3671
|
JSCompiler_inline_result =
|
|
3672
|
-
"
|
|
3672
|
+
"\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result;
|
|
3673
3673
|
0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32));
|
|
3674
|
-
return JSCompiler_inline_result + "
|
|
3674
|
+
return JSCompiler_inline_result + "\u00bb";
|
|
3675
3675
|
},
|
|
3676
3676
|
useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) {
|
|
3677
3677
|
if (void 0 === getServerSnapshot)
|
|
@@ -6322,11 +6322,11 @@ function abort(request, reason) {
|
|
|
6322
6322
|
}
|
|
6323
6323
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6324
6324
|
var isomorphicReactPackageVersion = React.version;
|
|
6325
|
-
if ("19.1.0-canary-
|
|
6325
|
+
if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion)
|
|
6326
6326
|
throw Error(
|
|
6327
6327
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6328
6328
|
(isomorphicReactPackageVersion +
|
|
6329
|
-
"\n - react-dom: 19.1.0-canary-
|
|
6329
|
+
"\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6330
6330
|
);
|
|
6331
6331
|
}
|
|
6332
6332
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -6472,4 +6472,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
6472
6472
|
startWork(request);
|
|
6473
6473
|
});
|
|
6474
6474
|
};
|
|
6475
|
-
exports.version = "19.1.0-canary-
|
|
6475
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
@@ -7638,11 +7638,11 @@
|
|
|
7638
7638
|
}
|
|
7639
7639
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7640
7640
|
var isomorphicReactPackageVersion = React.version;
|
|
7641
|
-
if ("19.1.0-canary-
|
|
7641
|
+
if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion)
|
|
7642
7642
|
throw Error(
|
|
7643
7643
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7644
7644
|
(isomorphicReactPackageVersion +
|
|
7645
|
-
"\n - react-dom: 19.1.0-canary-
|
|
7645
|
+
"\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7646
7646
|
);
|
|
7647
7647
|
}
|
|
7648
7648
|
function createDrainHandler(destination, request) {
|
|
@@ -9104,9 +9104,9 @@
|
|
|
9104
9104
|
"Invalid hook call. Hooks can only be called inside of the body of a function component."
|
|
9105
9105
|
);
|
|
9106
9106
|
overflow = localIdCounter++;
|
|
9107
|
-
treeId = "
|
|
9107
|
+
treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId;
|
|
9108
9108
|
0 < overflow && (treeId += "H" + overflow.toString(32));
|
|
9109
|
-
return treeId + "
|
|
9109
|
+
return treeId + "\u00bb";
|
|
9110
9110
|
},
|
|
9111
9111
|
useSyncExternalStore: function (
|
|
9112
9112
|
subscribe,
|
|
@@ -9292,5 +9292,5 @@
|
|
|
9292
9292
|
}
|
|
9293
9293
|
};
|
|
9294
9294
|
};
|
|
9295
|
-
exports.version = "19.1.0-canary-
|
|
9295
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
9296
9296
|
})();
|
|
@@ -3569,9 +3569,9 @@ var HooksDispatcher = {
|
|
|
3569
3569
|
);
|
|
3570
3570
|
overflow = localIdCounter++;
|
|
3571
3571
|
JSCompiler_inline_result =
|
|
3572
|
-
"
|
|
3572
|
+
"\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result;
|
|
3573
3573
|
0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32));
|
|
3574
|
-
return JSCompiler_inline_result + "
|
|
3574
|
+
return JSCompiler_inline_result + "\u00bb";
|
|
3575
3575
|
},
|
|
3576
3576
|
useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) {
|
|
3577
3577
|
if (void 0 === getServerSnapshot)
|
|
@@ -6214,11 +6214,11 @@ function abort(request, reason) {
|
|
|
6214
6214
|
}
|
|
6215
6215
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6216
6216
|
var isomorphicReactPackageVersion = React.version;
|
|
6217
|
-
if ("19.1.0-canary-
|
|
6217
|
+
if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion)
|
|
6218
6218
|
throw Error(
|
|
6219
6219
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6220
6220
|
(isomorphicReactPackageVersion +
|
|
6221
|
-
"\n - react-dom: 19.1.0-canary-
|
|
6221
|
+
"\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6222
6222
|
);
|
|
6223
6223
|
}
|
|
6224
6224
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -6367,4 +6367,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
|
6367
6367
|
}
|
|
6368
6368
|
};
|
|
6369
6369
|
};
|
|
6370
|
-
exports.version = "19.1.0-canary-
|
|
6370
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
@@ -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-ebc22ef7-20250225";
|
|
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-ebc22ef7-20250225";
|
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-ebc22ef7-20250225",
|
|
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-ebc22ef7-20250225"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "19.1.0-canary-
|
|
23
|
+
"react": "19.1.0-canary-ebc22ef7-20250225"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"LICENSE",
|