react-dom 19.3.0-canary-4a3d993e-20260114 → 19.3.0-canary-bb8a76c6-20260115
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
|
@@ -30406,11 +30406,11 @@
|
|
|
30406
30406
|
};
|
|
30407
30407
|
(function () {
|
|
30408
30408
|
var isomorphicReactPackageVersion = React.version;
|
|
30409
|
-
if ("19.3.0-canary-
|
|
30409
|
+
if ("19.3.0-canary-bb8a76c6-20260115" !== isomorphicReactPackageVersion)
|
|
30410
30410
|
throw Error(
|
|
30411
30411
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
30412
30412
|
(isomorphicReactPackageVersion +
|
|
30413
|
-
"\n - react-dom: 19.3.0-canary-
|
|
30413
|
+
"\n - react-dom: 19.3.0-canary-bb8a76c6-20260115\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
30414
30414
|
);
|
|
30415
30415
|
})();
|
|
30416
30416
|
("function" === typeof Map &&
|
|
@@ -30447,10 +30447,10 @@
|
|
|
30447
30447
|
!(function () {
|
|
30448
30448
|
var internals = {
|
|
30449
30449
|
bundleType: 1,
|
|
30450
|
-
version: "19.3.0-canary-
|
|
30450
|
+
version: "19.3.0-canary-bb8a76c6-20260115",
|
|
30451
30451
|
rendererPackageName: "react-dom",
|
|
30452
30452
|
currentDispatcherRef: ReactSharedInternals,
|
|
30453
|
-
reconcilerVersion: "19.3.0-canary-
|
|
30453
|
+
reconcilerVersion: "19.3.0-canary-bb8a76c6-20260115"
|
|
30454
30454
|
};
|
|
30455
30455
|
internals.overrideHookState = overrideHookState;
|
|
30456
30456
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -30588,7 +30588,7 @@
|
|
|
30588
30588
|
listenToAllSupportedEvents(container);
|
|
30589
30589
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
30590
30590
|
};
|
|
30591
|
-
exports.version = "19.3.0-canary-
|
|
30591
|
+
exports.version = "19.3.0-canary-bb8a76c6-20260115";
|
|
30592
30592
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
30593
30593
|
"function" ===
|
|
30594
30594
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -17998,14 +17998,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
17998
17998
|
};
|
|
17999
17999
|
var isomorphicReactPackageVersion$jscomp$inline_2040 = React.version;
|
|
18000
18000
|
if (
|
|
18001
|
-
"19.3.0-canary-
|
|
18001
|
+
"19.3.0-canary-bb8a76c6-20260115" !==
|
|
18002
18002
|
isomorphicReactPackageVersion$jscomp$inline_2040
|
|
18003
18003
|
)
|
|
18004
18004
|
throw Error(
|
|
18005
18005
|
formatProdErrorMessage(
|
|
18006
18006
|
527,
|
|
18007
18007
|
isomorphicReactPackageVersion$jscomp$inline_2040,
|
|
18008
|
-
"19.3.0-canary-
|
|
18008
|
+
"19.3.0-canary-bb8a76c6-20260115"
|
|
18009
18009
|
)
|
|
18010
18010
|
);
|
|
18011
18011
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -18027,10 +18027,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
18027
18027
|
};
|
|
18028
18028
|
var internals$jscomp$inline_2630 = {
|
|
18029
18029
|
bundleType: 0,
|
|
18030
|
-
version: "19.3.0-canary-
|
|
18030
|
+
version: "19.3.0-canary-bb8a76c6-20260115",
|
|
18031
18031
|
rendererPackageName: "react-dom",
|
|
18032
18032
|
currentDispatcherRef: ReactSharedInternals,
|
|
18033
|
-
reconcilerVersion: "19.3.0-canary-
|
|
18033
|
+
reconcilerVersion: "19.3.0-canary-bb8a76c6-20260115"
|
|
18034
18034
|
};
|
|
18035
18035
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
18036
18036
|
var hook$jscomp$inline_2631 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -18128,4 +18128,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
|
18128
18128
|
listenToAllSupportedEvents(container);
|
|
18129
18129
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
18130
18130
|
};
|
|
18131
|
-
exports.version = "19.3.0-canary-
|
|
18131
|
+
exports.version = "19.3.0-canary-bb8a76c6-20260115";
|
|
@@ -30464,11 +30464,11 @@
|
|
|
30464
30464
|
};
|
|
30465
30465
|
(function () {
|
|
30466
30466
|
var isomorphicReactPackageVersion = React.version;
|
|
30467
|
-
if ("19.3.0-canary-
|
|
30467
|
+
if ("19.3.0-canary-bb8a76c6-20260115" !== isomorphicReactPackageVersion)
|
|
30468
30468
|
throw Error(
|
|
30469
30469
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
30470
30470
|
(isomorphicReactPackageVersion +
|
|
30471
|
-
"\n - react-dom: 19.3.0-canary-
|
|
30471
|
+
"\n - react-dom: 19.3.0-canary-bb8a76c6-20260115\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
30472
30472
|
);
|
|
30473
30473
|
})();
|
|
30474
30474
|
("function" === typeof Map &&
|
|
@@ -30505,10 +30505,10 @@
|
|
|
30505
30505
|
!(function () {
|
|
30506
30506
|
var internals = {
|
|
30507
30507
|
bundleType: 1,
|
|
30508
|
-
version: "19.3.0-canary-
|
|
30508
|
+
version: "19.3.0-canary-bb8a76c6-20260115",
|
|
30509
30509
|
rendererPackageName: "react-dom",
|
|
30510
30510
|
currentDispatcherRef: ReactSharedInternals,
|
|
30511
|
-
reconcilerVersion: "19.3.0-canary-
|
|
30511
|
+
reconcilerVersion: "19.3.0-canary-bb8a76c6-20260115"
|
|
30512
30512
|
};
|
|
30513
30513
|
internals.overrideHookState = overrideHookState;
|
|
30514
30514
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -30976,7 +30976,7 @@
|
|
|
30976
30976
|
exports.useFormStatus = function () {
|
|
30977
30977
|
return resolveDispatcher().useHostTransitionStatus();
|
|
30978
30978
|
};
|
|
30979
|
-
exports.version = "19.3.0-canary-
|
|
30979
|
+
exports.version = "19.3.0-canary-bb8a76c6-20260115";
|
|
30980
30980
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
30981
30981
|
"function" ===
|
|
30982
30982
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -19926,14 +19926,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
19926
19926
|
};
|
|
19927
19927
|
var isomorphicReactPackageVersion$jscomp$inline_2337 = React.version;
|
|
19928
19928
|
if (
|
|
19929
|
-
"19.3.0-canary-
|
|
19929
|
+
"19.3.0-canary-bb8a76c6-20260115" !==
|
|
19930
19930
|
isomorphicReactPackageVersion$jscomp$inline_2337
|
|
19931
19931
|
)
|
|
19932
19932
|
throw Error(
|
|
19933
19933
|
formatProdErrorMessage(
|
|
19934
19934
|
527,
|
|
19935
19935
|
isomorphicReactPackageVersion$jscomp$inline_2337,
|
|
19936
|
-
"19.3.0-canary-
|
|
19936
|
+
"19.3.0-canary-bb8a76c6-20260115"
|
|
19937
19937
|
)
|
|
19938
19938
|
);
|
|
19939
19939
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -19955,10 +19955,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
19955
19955
|
};
|
|
19956
19956
|
var internals$jscomp$inline_2940 = {
|
|
19957
19957
|
bundleType: 0,
|
|
19958
|
-
version: "19.3.0-canary-
|
|
19958
|
+
version: "19.3.0-canary-bb8a76c6-20260115",
|
|
19959
19959
|
rendererPackageName: "react-dom",
|
|
19960
19960
|
currentDispatcherRef: ReactSharedInternals,
|
|
19961
|
-
reconcilerVersion: "19.3.0-canary-
|
|
19961
|
+
reconcilerVersion: "19.3.0-canary-bb8a76c6-20260115"
|
|
19962
19962
|
};
|
|
19963
19963
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
19964
19964
|
var hook$jscomp$inline_2941 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -20217,7 +20217,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
20217
20217
|
exports.useFormStatus = function () {
|
|
20218
20218
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
20219
20219
|
};
|
|
20220
|
-
exports.version = "19.3.0-canary-
|
|
20220
|
+
exports.version = "19.3.0-canary-bb8a76c6-20260115";
|
|
20221
20221
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
20222
20222
|
"function" ===
|
|
20223
20223
|
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-bb8a76c6-20260115";
|
|
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-bb8a76c6-20260115";
|
|
@@ -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-bb8a76c6-20260115";
|
|
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-bb8a76c6-20260115";
|
|
@@ -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-bb8a76c6-20260115" !== 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-bb8a76c6-20260115\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-bb8a76c6-20260115";
|
|
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-bb8a76c6-20260115" !== isomorphicReactPackageVersion)
|
|
7369
7369
|
throw Error(
|
|
7370
7370
|
formatProdErrorMessage(
|
|
7371
7371
|
527,
|
|
7372
7372
|
isomorphicReactPackageVersion,
|
|
7373
|
-
"19.3.0-canary-
|
|
7373
|
+
"19.3.0-canary-bb8a76c6-20260115"
|
|
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-bb8a76c6-20260115";
|
|
@@ -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-bb8a76c6-20260115" !== 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-bb8a76c6-20260115\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-bb8a76c6-20260115";
|
|
@@ -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-bb8a76c6-20260115" !== 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-bb8a76c6-20260115\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-bb8a76c6-20260115";
|
|
@@ -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-bb8a76c6-20260115" !== 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-bb8a76c6-20260115\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-bb8a76c6-20260115";
|
|
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-bb8a76c6-20260115" !== 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-bb8a76c6-20260115\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-bb8a76c6-20260115";
|
|
@@ -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-bb8a76c6-20260115" !== 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-bb8a76c6-20260115\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-bb8a76c6-20260115";
|
|
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-bb8a76c6-20260115" !== 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-bb8a76c6-20260115\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-bb8a76c6-20260115";
|
|
@@ -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-bb8a76c6-20260115";
|
|
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-bb8a76c6-20260115";
|
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-bb8a76c6-20260115",
|
|
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-bb8a76c6-20260115"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "19.3.0-canary-
|
|
23
|
+
"react": "19.3.0-canary-bb8a76c6-20260115"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"LICENSE",
|