react-dom 19.1.0-canary-e03ac20f-20250305 → 19.1.0-canary-029e8bd6-20250306
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 +19 -13
- package/cjs/react-dom-client.production.js +7 -5
- package/cjs/react-dom-profiling.development.js +19 -13
- package/cjs/react-dom-profiling.profiling.js +7 -5
- package/cjs/react-dom-server-legacy.browser.development.js +1 -1
- package/cjs/react-dom-server-legacy.browser.production.js +1 -1
- package/cjs/react-dom-server-legacy.node.development.js +1 -1
- package/cjs/react-dom-server-legacy.node.production.js +1 -1
- package/cjs/react-dom-server.browser.development.js +3 -3
- package/cjs/react-dom-server.browser.production.js +3 -3
- package/cjs/react-dom-server.bun.development.js +3 -3
- package/cjs/react-dom-server.bun.production.js +3 -3
- package/cjs/react-dom-server.edge.development.js +3 -3
- package/cjs/react-dom-server.edge.production.js +3 -3
- package/cjs/react-dom-server.node.development.js +3 -3
- 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 +3 -3
@@ -13493,14 +13493,18 @@
|
|
13493
13493
|
}
|
13494
13494
|
function emitPendingHydrationWarnings() {
|
13495
13495
|
var diffRoot = hydrationDiffRootDEV;
|
13496
|
-
null !== diffRoot
|
13497
|
-
|
13498
|
-
(
|
13499
|
-
|
13500
|
-
|
13501
|
-
|
13502
|
-
|
13503
|
-
|
13496
|
+
if (null !== diffRoot) {
|
13497
|
+
hydrationDiffRootDEV = null;
|
13498
|
+
for (var diff = describeDiff(diffRoot); 0 < diffRoot.children.length; )
|
13499
|
+
diffRoot = diffRoot.children[0];
|
13500
|
+
runWithFiberInDEV(diffRoot.fiber, function () {
|
13501
|
+
console.error(
|
13502
|
+
"A tree hydrated but some attributes of the server rendered HTML didn't match the client properties. This won't be patched up. This can happen if a SSR-ed Client Component used:\n\n- A server/client branch `if (typeof window !== 'undefined')`.\n- Variable input such as `Date.now()` or `Math.random()` which changes each time it's called.\n- Date formatting in a user's locale which doesn't match the server.\n- External changing data without sending a snapshot of it along with the HTML.\n- Invalid HTML tag nesting.\n\nIt can also happen if the client has a browser extension installed which messes with the HTML before React loaded.\n\n%s%s",
|
13503
|
+
"https://react.dev/link/hydration-mismatch",
|
13504
|
+
diff
|
13505
|
+
);
|
13506
|
+
});
|
13507
|
+
}
|
13504
13508
|
}
|
13505
13509
|
function markUpdate(workInProgress) {
|
13506
13510
|
workInProgress.flags |= 4;
|
@@ -17982,6 +17986,8 @@
|
|
17982
17986
|
}
|
17983
17987
|
return;
|
17984
17988
|
case "dialog":
|
17989
|
+
listenToNonDelegatedEvent("beforetoggle", domElement);
|
17990
|
+
listenToNonDelegatedEvent("toggle", domElement);
|
17985
17991
|
listenToNonDelegatedEvent("cancel", domElement);
|
17986
17992
|
listenToNonDelegatedEvent("close", domElement);
|
17987
17993
|
break;
|
@@ -24834,11 +24840,11 @@
|
|
24834
24840
|
};
|
24835
24841
|
(function () {
|
24836
24842
|
var isomorphicReactPackageVersion = React.version;
|
24837
|
-
if ("19.1.0-canary-
|
24843
|
+
if ("19.1.0-canary-029e8bd6-20250306" !== isomorphicReactPackageVersion)
|
24838
24844
|
throw Error(
|
24839
24845
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24840
24846
|
(isomorphicReactPackageVersion +
|
24841
|
-
"\n - react-dom: 19.1.0-canary-
|
24847
|
+
"\n - react-dom: 19.1.0-canary-029e8bd6-20250306\nLearn more: https://react.dev/warnings/version-mismatch")
|
24842
24848
|
);
|
24843
24849
|
})();
|
24844
24850
|
("function" === typeof Map &&
|
@@ -24875,10 +24881,10 @@
|
|
24875
24881
|
!(function () {
|
24876
24882
|
var internals = {
|
24877
24883
|
bundleType: 1,
|
24878
|
-
version: "19.1.0-canary-
|
24884
|
+
version: "19.1.0-canary-029e8bd6-20250306",
|
24879
24885
|
rendererPackageName: "react-dom",
|
24880
24886
|
currentDispatcherRef: ReactSharedInternals,
|
24881
|
-
reconcilerVersion: "19.1.0-canary-
|
24887
|
+
reconcilerVersion: "19.1.0-canary-029e8bd6-20250306"
|
24882
24888
|
};
|
24883
24889
|
internals.overrideHookState = overrideHookState;
|
24884
24890
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25022,7 +25028,7 @@
|
|
25022
25028
|
listenToAllSupportedEvents(container);
|
25023
25029
|
return new ReactDOMHydrationRoot(initialChildren);
|
25024
25030
|
};
|
25025
|
-
exports.version = "19.1.0-canary-
|
25031
|
+
exports.version = "19.1.0-canary-029e8bd6-20250306";
|
25026
25032
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25027
25033
|
"function" ===
|
25028
25034
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -13117,6 +13117,8 @@ function setInitialProperties(domElement, tag, props) {
|
|
13117
13117
|
}
|
13118
13118
|
return;
|
13119
13119
|
case "dialog":
|
13120
|
+
listenToNonDelegatedEvent("beforetoggle", domElement);
|
13121
|
+
listenToNonDelegatedEvent("toggle", domElement);
|
13120
13122
|
listenToNonDelegatedEvent("cancel", domElement);
|
13121
13123
|
listenToNonDelegatedEvent("close", domElement);
|
13122
13124
|
break;
|
@@ -15322,14 +15324,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15322
15324
|
};
|
15323
15325
|
var isomorphicReactPackageVersion$jscomp$inline_1789 = React.version;
|
15324
15326
|
if (
|
15325
|
-
"19.1.0-canary-
|
15327
|
+
"19.1.0-canary-029e8bd6-20250306" !==
|
15326
15328
|
isomorphicReactPackageVersion$jscomp$inline_1789
|
15327
15329
|
)
|
15328
15330
|
throw Error(
|
15329
15331
|
formatProdErrorMessage(
|
15330
15332
|
527,
|
15331
15333
|
isomorphicReactPackageVersion$jscomp$inline_1789,
|
15332
|
-
"19.1.0-canary-
|
15334
|
+
"19.1.0-canary-029e8bd6-20250306"
|
15333
15335
|
)
|
15334
15336
|
);
|
15335
15337
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15351,10 +15353,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15351
15353
|
};
|
15352
15354
|
var internals$jscomp$inline_2283 = {
|
15353
15355
|
bundleType: 0,
|
15354
|
-
version: "19.1.0-canary-
|
15356
|
+
version: "19.1.0-canary-029e8bd6-20250306",
|
15355
15357
|
rendererPackageName: "react-dom",
|
15356
15358
|
currentDispatcherRef: ReactSharedInternals,
|
15357
|
-
reconcilerVersion: "19.1.0-canary-
|
15359
|
+
reconcilerVersion: "19.1.0-canary-029e8bd6-20250306"
|
15358
15360
|
};
|
15359
15361
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15360
15362
|
var hook$jscomp$inline_2284 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15458,4 +15460,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15458
15460
|
listenToAllSupportedEvents(container);
|
15459
15461
|
return new ReactDOMHydrationRoot(initialChildren);
|
15460
15462
|
};
|
15461
|
-
exports.version = "19.1.0-canary-
|
15463
|
+
exports.version = "19.1.0-canary-029e8bd6-20250306";
|
@@ -13501,14 +13501,18 @@
|
|
13501
13501
|
}
|
13502
13502
|
function emitPendingHydrationWarnings() {
|
13503
13503
|
var diffRoot = hydrationDiffRootDEV;
|
13504
|
-
null !== diffRoot
|
13505
|
-
|
13506
|
-
(
|
13507
|
-
|
13508
|
-
|
13509
|
-
|
13510
|
-
|
13511
|
-
|
13504
|
+
if (null !== diffRoot) {
|
13505
|
+
hydrationDiffRootDEV = null;
|
13506
|
+
for (var diff = describeDiff(diffRoot); 0 < diffRoot.children.length; )
|
13507
|
+
diffRoot = diffRoot.children[0];
|
13508
|
+
runWithFiberInDEV(diffRoot.fiber, function () {
|
13509
|
+
console.error(
|
13510
|
+
"A tree hydrated but some attributes of the server rendered HTML didn't match the client properties. This won't be patched up. This can happen if a SSR-ed Client Component used:\n\n- A server/client branch `if (typeof window !== 'undefined')`.\n- Variable input such as `Date.now()` or `Math.random()` which changes each time it's called.\n- Date formatting in a user's locale which doesn't match the server.\n- External changing data without sending a snapshot of it along with the HTML.\n- Invalid HTML tag nesting.\n\nIt can also happen if the client has a browser extension installed which messes with the HTML before React loaded.\n\n%s%s",
|
13511
|
+
"https://react.dev/link/hydration-mismatch",
|
13512
|
+
diff
|
13513
|
+
);
|
13514
|
+
});
|
13515
|
+
}
|
13512
13516
|
}
|
13513
13517
|
function markUpdate(workInProgress) {
|
13514
13518
|
workInProgress.flags |= 4;
|
@@ -17994,6 +17998,8 @@
|
|
17994
17998
|
}
|
17995
17999
|
return;
|
17996
18000
|
case "dialog":
|
18001
|
+
listenToNonDelegatedEvent("beforetoggle", domElement);
|
18002
|
+
listenToNonDelegatedEvent("toggle", domElement);
|
17997
18003
|
listenToNonDelegatedEvent("cancel", domElement);
|
17998
18004
|
listenToNonDelegatedEvent("close", domElement);
|
17999
18005
|
break;
|
@@ -24891,11 +24897,11 @@
|
|
24891
24897
|
};
|
24892
24898
|
(function () {
|
24893
24899
|
var isomorphicReactPackageVersion = React.version;
|
24894
|
-
if ("19.1.0-canary-
|
24900
|
+
if ("19.1.0-canary-029e8bd6-20250306" !== isomorphicReactPackageVersion)
|
24895
24901
|
throw Error(
|
24896
24902
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24897
24903
|
(isomorphicReactPackageVersion +
|
24898
|
-
"\n - react-dom: 19.1.0-canary-
|
24904
|
+
"\n - react-dom: 19.1.0-canary-029e8bd6-20250306\nLearn more: https://react.dev/warnings/version-mismatch")
|
24899
24905
|
);
|
24900
24906
|
})();
|
24901
24907
|
("function" === typeof Map &&
|
@@ -24932,10 +24938,10 @@
|
|
24932
24938
|
!(function () {
|
24933
24939
|
var internals = {
|
24934
24940
|
bundleType: 1,
|
24935
|
-
version: "19.1.0-canary-
|
24941
|
+
version: "19.1.0-canary-029e8bd6-20250306",
|
24936
24942
|
rendererPackageName: "react-dom",
|
24937
24943
|
currentDispatcherRef: ReactSharedInternals,
|
24938
|
-
reconcilerVersion: "19.1.0-canary-
|
24944
|
+
reconcilerVersion: "19.1.0-canary-029e8bd6-20250306"
|
24939
24945
|
};
|
24940
24946
|
internals.overrideHookState = overrideHookState;
|
24941
24947
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25409,7 +25415,7 @@
|
|
25409
25415
|
exports.useFormStatus = function () {
|
25410
25416
|
return resolveDispatcher().useHostTransitionStatus();
|
25411
25417
|
};
|
25412
|
-
exports.version = "19.1.0-canary-
|
25418
|
+
exports.version = "19.1.0-canary-029e8bd6-20250306";
|
25413
25419
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25414
25420
|
"function" ===
|
25415
25421
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -13746,6 +13746,8 @@ function setInitialProperties(domElement, tag, props) {
|
|
13746
13746
|
}
|
13747
13747
|
return;
|
13748
13748
|
case "dialog":
|
13749
|
+
listenToNonDelegatedEvent("beforetoggle", domElement);
|
13750
|
+
listenToNonDelegatedEvent("toggle", domElement);
|
13749
13751
|
listenToNonDelegatedEvent("cancel", domElement);
|
13750
13752
|
listenToNonDelegatedEvent("close", domElement);
|
13751
13753
|
break;
|
@@ -15970,14 +15972,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15970
15972
|
};
|
15971
15973
|
var isomorphicReactPackageVersion$jscomp$inline_1885 = React.version;
|
15972
15974
|
if (
|
15973
|
-
"19.1.0-canary-
|
15975
|
+
"19.1.0-canary-029e8bd6-20250306" !==
|
15974
15976
|
isomorphicReactPackageVersion$jscomp$inline_1885
|
15975
15977
|
)
|
15976
15978
|
throw Error(
|
15977
15979
|
formatProdErrorMessage(
|
15978
15980
|
527,
|
15979
15981
|
isomorphicReactPackageVersion$jscomp$inline_1885,
|
15980
|
-
"19.1.0-canary-
|
15982
|
+
"19.1.0-canary-029e8bd6-20250306"
|
15981
15983
|
)
|
15982
15984
|
);
|
15983
15985
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15999,10 +16001,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15999
16001
|
};
|
16000
16002
|
var internals$jscomp$inline_1892 = {
|
16001
16003
|
bundleType: 0,
|
16002
|
-
version: "19.1.0-canary-
|
16004
|
+
version: "19.1.0-canary-029e8bd6-20250306",
|
16003
16005
|
rendererPackageName: "react-dom",
|
16004
16006
|
currentDispatcherRef: ReactSharedInternals,
|
16005
|
-
reconcilerVersion: "19.1.0-canary-
|
16007
|
+
reconcilerVersion: "19.1.0-canary-029e8bd6-20250306",
|
16006
16008
|
getLaneLabelMap: function () {
|
16007
16009
|
for (
|
16008
16010
|
var map = new Map(), lane = 1, index$281 = 0;
|
@@ -16282,7 +16284,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16282
16284
|
exports.useFormStatus = function () {
|
16283
16285
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16284
16286
|
};
|
16285
|
-
exports.version = "19.1.0-canary-
|
16287
|
+
exports.version = "19.1.0-canary-029e8bd6-20250306";
|
16286
16288
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16287
16289
|
"function" ===
|
16288
16290
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -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-029e8bd6-20250306";
|
9014
9014
|
})();
|
@@ -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-029e8bd6-20250306";
|
@@ -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-029e8bd6-20250306";
|
9014
9014
|
})();
|
@@ -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-029e8bd6-20250306";
|
@@ -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-029e8bd6-20250306" !== 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-029e8bd6-20250306\nLearn more: https://react.dev/warnings/version-mismatch")
|
7748
7748
|
);
|
7749
7749
|
}
|
7750
7750
|
var React = require("react"),
|
@@ -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-029e8bd6-20250306";
|
9403
9403
|
})();
|
@@ -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-029e8bd6-20250306" !== isomorphicReactPackageVersion)
|
6231
6231
|
throw Error(
|
6232
6232
|
formatProdErrorMessage(
|
6233
6233
|
527,
|
6234
6234
|
isomorphicReactPackageVersion,
|
6235
|
-
"19.1.0-canary-
|
6235
|
+
"19.1.0-canary-029e8bd6-20250306"
|
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-029e8bd6-20250306";
|
@@ -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-029e8bd6-20250306" !==
|
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-029e8bd6-20250306\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-029e8bd6-20250306";
|
@@ -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-029e8bd6-20250306" !==
|
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-029e8bd6-20250306\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-029e8bd6-20250306";
|
@@ -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-029e8bd6-20250306" !== 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-029e8bd6-20250306\nLearn more: https://react.dev/warnings/version-mismatch")
|
7771
7771
|
);
|
7772
7772
|
}
|
7773
7773
|
var React = require("react"),
|
@@ -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-029e8bd6-20250306";
|
9422
9422
|
})();
|
@@ -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-029e8bd6-20250306" !== 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-029e8bd6-20250306\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-029e8bd6-20250306";
|
@@ -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-029e8bd6-20250306" !== 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-029e8bd6-20250306\nLearn more: https://react.dev/warnings/version-mismatch")
|
7646
7646
|
);
|
7647
7647
|
}
|
7648
7648
|
function createDrainHandler(destination, request) {
|
@@ -9292,5 +9292,5 @@
|
|
9292
9292
|
}
|
9293
9293
|
};
|
9294
9294
|
};
|
9295
|
-
exports.version = "19.1.0-canary-
|
9295
|
+
exports.version = "19.1.0-canary-029e8bd6-20250306";
|
9296
9296
|
})();
|
@@ -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-029e8bd6-20250306" !== 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-029e8bd6-20250306\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-029e8bd6-20250306";
|
@@ -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-029e8bd6-20250306";
|
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-029e8bd6-20250306";
|
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-029e8bd6-20250306",
|
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-029e8bd6-20250306"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.1.0-canary-
|
23
|
+
"react": "19.1.0-canary-029e8bd6-20250306"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|