react-dom 19.3.0-canary-80cb7a99-20251211 → 19.3.0-canary-b45bb335-20251211
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 +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
|
@@ -30384,11 +30384,11 @@
|
|
|
30384
30384
|
};
|
|
30385
30385
|
(function () {
|
|
30386
30386
|
var isomorphicReactPackageVersion = React.version;
|
|
30387
|
-
if ("19.3.0-canary-
|
|
30387
|
+
if ("19.3.0-canary-b45bb335-20251211" !== isomorphicReactPackageVersion)
|
|
30388
30388
|
throw Error(
|
|
30389
30389
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
30390
30390
|
(isomorphicReactPackageVersion +
|
|
30391
|
-
"\n - react-dom: 19.3.0-canary-
|
|
30391
|
+
"\n - react-dom: 19.3.0-canary-b45bb335-20251211\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
30392
30392
|
);
|
|
30393
30393
|
})();
|
|
30394
30394
|
("function" === typeof Map &&
|
|
@@ -30425,10 +30425,10 @@
|
|
|
30425
30425
|
!(function () {
|
|
30426
30426
|
var internals = {
|
|
30427
30427
|
bundleType: 1,
|
|
30428
|
-
version: "19.3.0-canary-
|
|
30428
|
+
version: "19.3.0-canary-b45bb335-20251211",
|
|
30429
30429
|
rendererPackageName: "react-dom",
|
|
30430
30430
|
currentDispatcherRef: ReactSharedInternals,
|
|
30431
|
-
reconcilerVersion: "19.3.0-canary-
|
|
30431
|
+
reconcilerVersion: "19.3.0-canary-b45bb335-20251211"
|
|
30432
30432
|
};
|
|
30433
30433
|
internals.overrideHookState = overrideHookState;
|
|
30434
30434
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -30566,7 +30566,7 @@
|
|
|
30566
30566
|
listenToAllSupportedEvents(container);
|
|
30567
30567
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
30568
30568
|
};
|
|
30569
|
-
exports.version = "19.3.0-canary-
|
|
30569
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
30570
30570
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
30571
30571
|
"function" ===
|
|
30572
30572
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -18002,14 +18002,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
18002
18002
|
};
|
|
18003
18003
|
var isomorphicReactPackageVersion$jscomp$inline_2040 = React.version;
|
|
18004
18004
|
if (
|
|
18005
|
-
"19.3.0-canary-
|
|
18005
|
+
"19.3.0-canary-b45bb335-20251211" !==
|
|
18006
18006
|
isomorphicReactPackageVersion$jscomp$inline_2040
|
|
18007
18007
|
)
|
|
18008
18008
|
throw Error(
|
|
18009
18009
|
formatProdErrorMessage(
|
|
18010
18010
|
527,
|
|
18011
18011
|
isomorphicReactPackageVersion$jscomp$inline_2040,
|
|
18012
|
-
"19.3.0-canary-
|
|
18012
|
+
"19.3.0-canary-b45bb335-20251211"
|
|
18013
18013
|
)
|
|
18014
18014
|
);
|
|
18015
18015
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -18031,10 +18031,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
18031
18031
|
};
|
|
18032
18032
|
var internals$jscomp$inline_2628 = {
|
|
18033
18033
|
bundleType: 0,
|
|
18034
|
-
version: "19.3.0-canary-
|
|
18034
|
+
version: "19.3.0-canary-b45bb335-20251211",
|
|
18035
18035
|
rendererPackageName: "react-dom",
|
|
18036
18036
|
currentDispatcherRef: ReactSharedInternals,
|
|
18037
|
-
reconcilerVersion: "19.3.0-canary-
|
|
18037
|
+
reconcilerVersion: "19.3.0-canary-b45bb335-20251211"
|
|
18038
18038
|
};
|
|
18039
18039
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
18040
18040
|
var hook$jscomp$inline_2629 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -18132,4 +18132,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
|
18132
18132
|
listenToAllSupportedEvents(container);
|
|
18133
18133
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
18134
18134
|
};
|
|
18135
|
-
exports.version = "19.3.0-canary-
|
|
18135
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
@@ -30442,11 +30442,11 @@
|
|
|
30442
30442
|
};
|
|
30443
30443
|
(function () {
|
|
30444
30444
|
var isomorphicReactPackageVersion = React.version;
|
|
30445
|
-
if ("19.3.0-canary-
|
|
30445
|
+
if ("19.3.0-canary-b45bb335-20251211" !== isomorphicReactPackageVersion)
|
|
30446
30446
|
throw Error(
|
|
30447
30447
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
30448
30448
|
(isomorphicReactPackageVersion +
|
|
30449
|
-
"\n - react-dom: 19.3.0-canary-
|
|
30449
|
+
"\n - react-dom: 19.3.0-canary-b45bb335-20251211\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
30450
30450
|
);
|
|
30451
30451
|
})();
|
|
30452
30452
|
("function" === typeof Map &&
|
|
@@ -30483,10 +30483,10 @@
|
|
|
30483
30483
|
!(function () {
|
|
30484
30484
|
var internals = {
|
|
30485
30485
|
bundleType: 1,
|
|
30486
|
-
version: "19.3.0-canary-
|
|
30486
|
+
version: "19.3.0-canary-b45bb335-20251211",
|
|
30487
30487
|
rendererPackageName: "react-dom",
|
|
30488
30488
|
currentDispatcherRef: ReactSharedInternals,
|
|
30489
|
-
reconcilerVersion: "19.3.0-canary-
|
|
30489
|
+
reconcilerVersion: "19.3.0-canary-b45bb335-20251211"
|
|
30490
30490
|
};
|
|
30491
30491
|
internals.overrideHookState = overrideHookState;
|
|
30492
30492
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -30954,7 +30954,7 @@
|
|
|
30954
30954
|
exports.useFormStatus = function () {
|
|
30955
30955
|
return resolveDispatcher().useHostTransitionStatus();
|
|
30956
30956
|
};
|
|
30957
|
-
exports.version = "19.3.0-canary-
|
|
30957
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
30958
30958
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
30959
30959
|
"function" ===
|
|
30960
30960
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -19930,14 +19930,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
19930
19930
|
};
|
|
19931
19931
|
var isomorphicReactPackageVersion$jscomp$inline_2337 = React.version;
|
|
19932
19932
|
if (
|
|
19933
|
-
"19.3.0-canary-
|
|
19933
|
+
"19.3.0-canary-b45bb335-20251211" !==
|
|
19934
19934
|
isomorphicReactPackageVersion$jscomp$inline_2337
|
|
19935
19935
|
)
|
|
19936
19936
|
throw Error(
|
|
19937
19937
|
formatProdErrorMessage(
|
|
19938
19938
|
527,
|
|
19939
19939
|
isomorphicReactPackageVersion$jscomp$inline_2337,
|
|
19940
|
-
"19.3.0-canary-
|
|
19940
|
+
"19.3.0-canary-b45bb335-20251211"
|
|
19941
19941
|
)
|
|
19942
19942
|
);
|
|
19943
19943
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -19959,10 +19959,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
19959
19959
|
};
|
|
19960
19960
|
var internals$jscomp$inline_2938 = {
|
|
19961
19961
|
bundleType: 0,
|
|
19962
|
-
version: "19.3.0-canary-
|
|
19962
|
+
version: "19.3.0-canary-b45bb335-20251211",
|
|
19963
19963
|
rendererPackageName: "react-dom",
|
|
19964
19964
|
currentDispatcherRef: ReactSharedInternals,
|
|
19965
|
-
reconcilerVersion: "19.3.0-canary-
|
|
19965
|
+
reconcilerVersion: "19.3.0-canary-b45bb335-20251211"
|
|
19966
19966
|
};
|
|
19967
19967
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
19968
19968
|
var hook$jscomp$inline_2939 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -20221,7 +20221,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
20221
20221
|
exports.useFormStatus = function () {
|
|
20222
20222
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
20223
20223
|
};
|
|
20224
|
-
exports.version = "19.3.0-canary-
|
|
20224
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
20225
20225
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
20226
20226
|
"function" ===
|
|
20227
20227
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -10035,5 +10035,5 @@
|
|
|
10035
10035
|
'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'
|
|
10036
10036
|
);
|
|
10037
10037
|
};
|
|
10038
|
-
exports.version = "19.3.0-canary-
|
|
10038
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
10039
10039
|
})();
|
|
@@ -6763,4 +6763,4 @@ exports.renderToString = function (children, options) {
|
|
|
6763
6763
|
'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'
|
|
6764
6764
|
);
|
|
6765
6765
|
};
|
|
6766
|
-
exports.version = "19.3.0-canary-
|
|
6766
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
@@ -10035,5 +10035,5 @@
|
|
|
10035
10035
|
'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'
|
|
10036
10036
|
);
|
|
10037
10037
|
};
|
|
10038
|
-
exports.version = "19.3.0-canary-
|
|
10038
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
10039
10039
|
})();
|
|
@@ -6855,4 +6855,4 @@ exports.renderToString = function (children, options) {
|
|
|
6855
6855
|
'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'
|
|
6856
6856
|
);
|
|
6857
6857
|
};
|
|
6858
|
-
exports.version = "19.3.0-canary-
|
|
6858
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
@@ -9001,11 +9001,11 @@
|
|
|
9001
9001
|
}
|
|
9002
9002
|
function ensureCorrectIsomorphicReactVersion() {
|
|
9003
9003
|
var isomorphicReactPackageVersion = React.version;
|
|
9004
|
-
if ("19.3.0-canary-
|
|
9004
|
+
if ("19.3.0-canary-b45bb335-20251211" !== isomorphicReactPackageVersion)
|
|
9005
9005
|
throw Error(
|
|
9006
9006
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
9007
9007
|
(isomorphicReactPackageVersion +
|
|
9008
|
-
"\n - react-dom: 19.3.0-canary-
|
|
9008
|
+
"\n - react-dom: 19.3.0-canary-b45bb335-20251211\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
9009
9009
|
);
|
|
9010
9010
|
}
|
|
9011
9011
|
var React = require("react"),
|
|
@@ -10808,5 +10808,5 @@
|
|
|
10808
10808
|
startWork(request);
|
|
10809
10809
|
});
|
|
10810
10810
|
};
|
|
10811
|
-
exports.version = "19.3.0-canary-
|
|
10811
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
10812
10812
|
})();
|
|
@@ -7365,12 +7365,12 @@ function getPostponedState(request) {
|
|
|
7365
7365
|
}
|
|
7366
7366
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7367
7367
|
var isomorphicReactPackageVersion = React.version;
|
|
7368
|
-
if ("19.3.0-canary-
|
|
7368
|
+
if ("19.3.0-canary-b45bb335-20251211" !== isomorphicReactPackageVersion)
|
|
7369
7369
|
throw Error(
|
|
7370
7370
|
formatProdErrorMessage(
|
|
7371
7371
|
527,
|
|
7372
7372
|
isomorphicReactPackageVersion,
|
|
7373
|
-
"19.3.0-canary-
|
|
7373
|
+
"19.3.0-canary-b45bb335-20251211"
|
|
7374
7374
|
)
|
|
7375
7375
|
);
|
|
7376
7376
|
}
|
|
@@ -7621,4 +7621,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
|
|
|
7621
7621
|
startWork(request);
|
|
7622
7622
|
});
|
|
7623
7623
|
};
|
|
7624
|
-
exports.version = "19.3.0-canary-
|
|
7624
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
@@ -9930,11 +9930,11 @@ function getPostponedState(request) {
|
|
|
9930
9930
|
}
|
|
9931
9931
|
function ensureCorrectIsomorphicReactVersion() {
|
|
9932
9932
|
var isomorphicReactPackageVersion = React.version;
|
|
9933
|
-
if ("19.3.0-canary-
|
|
9933
|
+
if ("19.3.0-canary-b45bb335-20251211" !== isomorphicReactPackageVersion)
|
|
9934
9934
|
throw Error(
|
|
9935
9935
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
9936
9936
|
(isomorphicReactPackageVersion +
|
|
9937
|
-
"\n - react-dom: 19.3.0-canary-
|
|
9937
|
+
"\n - react-dom: 19.3.0-canary-b45bb335-20251211\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
9938
9938
|
);
|
|
9939
9939
|
}
|
|
9940
9940
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -10479,4 +10479,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
|
|
|
10479
10479
|
}
|
|
10480
10480
|
};
|
|
10481
10481
|
};
|
|
10482
|
-
exports.version = "19.3.0-canary-
|
|
10482
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
@@ -7073,11 +7073,11 @@ function getPostponedState(request) {
|
|
|
7073
7073
|
}
|
|
7074
7074
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7075
7075
|
var isomorphicReactPackageVersion = React.version;
|
|
7076
|
-
if ("19.3.0-canary-
|
|
7076
|
+
if ("19.3.0-canary-b45bb335-20251211" !== isomorphicReactPackageVersion)
|
|
7077
7077
|
throw Error(
|
|
7078
7078
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7079
7079
|
(isomorphicReactPackageVersion +
|
|
7080
|
-
"\n - react-dom: 19.3.0-canary-
|
|
7080
|
+
"\n - react-dom: 19.3.0-canary-b45bb335-20251211\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7081
7081
|
);
|
|
7082
7082
|
}
|
|
7083
7083
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7622,4 +7622,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
|
|
|
7622
7622
|
}
|
|
7623
7623
|
};
|
|
7624
7624
|
};
|
|
7625
|
-
exports.version = "19.3.0-canary-
|
|
7625
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
@@ -9024,11 +9024,11 @@
|
|
|
9024
9024
|
}
|
|
9025
9025
|
function ensureCorrectIsomorphicReactVersion() {
|
|
9026
9026
|
var isomorphicReactPackageVersion = React.version;
|
|
9027
|
-
if ("19.3.0-canary-
|
|
9027
|
+
if ("19.3.0-canary-b45bb335-20251211" !== isomorphicReactPackageVersion)
|
|
9028
9028
|
throw Error(
|
|
9029
9029
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
9030
9030
|
(isomorphicReactPackageVersion +
|
|
9031
|
-
"\n - react-dom: 19.3.0-canary-
|
|
9031
|
+
"\n - react-dom: 19.3.0-canary-b45bb335-20251211\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
9032
9032
|
);
|
|
9033
9033
|
}
|
|
9034
9034
|
var React = require("react"),
|
|
@@ -10827,5 +10827,5 @@
|
|
|
10827
10827
|
startWork(request);
|
|
10828
10828
|
});
|
|
10829
10829
|
};
|
|
10830
|
-
exports.version = "19.3.0-canary-
|
|
10830
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
10831
10831
|
})();
|
|
@@ -7472,11 +7472,11 @@ function getPostponedState(request) {
|
|
|
7472
7472
|
}
|
|
7473
7473
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7474
7474
|
var isomorphicReactPackageVersion = React.version;
|
|
7475
|
-
if ("19.3.0-canary-
|
|
7475
|
+
if ("19.3.0-canary-b45bb335-20251211" !== isomorphicReactPackageVersion)
|
|
7476
7476
|
throw Error(
|
|
7477
7477
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7478
7478
|
(isomorphicReactPackageVersion +
|
|
7479
|
-
"\n - react-dom: 19.3.0-canary-
|
|
7479
|
+
"\n - react-dom: 19.3.0-canary-b45bb335-20251211\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7480
7480
|
);
|
|
7481
7481
|
}
|
|
7482
7482
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7726,4 +7726,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
|
|
|
7726
7726
|
startWork(request);
|
|
7727
7727
|
});
|
|
7728
7728
|
};
|
|
7729
|
-
exports.version = "19.3.0-canary-
|
|
7729
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
@@ -8898,11 +8898,11 @@
|
|
|
8898
8898
|
}
|
|
8899
8899
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8900
8900
|
var isomorphicReactPackageVersion = React.version;
|
|
8901
|
-
if ("19.3.0-canary-
|
|
8901
|
+
if ("19.3.0-canary-b45bb335-20251211" !== isomorphicReactPackageVersion)
|
|
8902
8902
|
throw Error(
|
|
8903
8903
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8904
8904
|
(isomorphicReactPackageVersion +
|
|
8905
|
-
"\n - react-dom: 19.3.0-canary-
|
|
8905
|
+
"\n - react-dom: 19.3.0-canary-b45bb335-20251211\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8906
8906
|
);
|
|
8907
8907
|
}
|
|
8908
8908
|
function createDrainHandler(destination, request) {
|
|
@@ -11007,5 +11007,5 @@
|
|
|
11007
11007
|
}
|
|
11008
11008
|
};
|
|
11009
11009
|
};
|
|
11010
|
-
exports.version = "19.3.0-canary-
|
|
11010
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
11011
11011
|
})();
|
|
@@ -7363,11 +7363,11 @@ function getPostponedState(request) {
|
|
|
7363
7363
|
}
|
|
7364
7364
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7365
7365
|
var isomorphicReactPackageVersion = React.version;
|
|
7366
|
-
if ("19.3.0-canary-
|
|
7366
|
+
if ("19.3.0-canary-b45bb335-20251211" !== isomorphicReactPackageVersion)
|
|
7367
7367
|
throw Error(
|
|
7368
7368
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7369
7369
|
(isomorphicReactPackageVersion +
|
|
7370
|
-
"\n - react-dom: 19.3.0-canary-
|
|
7370
|
+
"\n - react-dom: 19.3.0-canary-b45bb335-20251211\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7371
7371
|
);
|
|
7372
7372
|
}
|
|
7373
7373
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7917,4 +7917,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
|
|
|
7917
7917
|
}
|
|
7918
7918
|
};
|
|
7919
7919
|
};
|
|
7920
|
-
exports.version = "19.3.0-canary-
|
|
7920
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
exports.useFormStatus = function () {
|
|
423
423
|
return resolveDispatcher().useHostTransitionStatus();
|
|
424
424
|
};
|
|
425
|
-
exports.version = "19.3.0-canary-
|
|
425
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
|
426
426
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
427
427
|
"function" ===
|
|
428
428
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -213,4 +213,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
213
213
|
exports.useFormStatus = function () {
|
|
214
214
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
215
215
|
};
|
|
216
|
-
exports.version = "19.3.0-canary-
|
|
216
|
+
exports.version = "19.3.0-canary-b45bb335-20251211";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-dom",
|
|
3
|
-
"version": "19.3.0-canary-
|
|
3
|
+
"version": "19.3.0-canary-b45bb335-20251211",
|
|
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.28.0-canary-
|
|
20
|
+
"scheduler": "0.28.0-canary-b45bb335-20251211"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "19.3.0-canary-
|
|
23
|
+
"react": "19.3.0-canary-b45bb335-20251211"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"LICENSE",
|