react-dom 19.3.0-canary-7dc903cd-20251203 → 19.3.0-canary-66ae640b-20251204
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 +4 -4
|
@@ -30396,11 +30396,11 @@
|
|
|
30396
30396
|
};
|
|
30397
30397
|
(function () {
|
|
30398
30398
|
var isomorphicReactPackageVersion = React.version;
|
|
30399
|
-
if ("19.3.0-canary-
|
|
30399
|
+
if ("19.3.0-canary-66ae640b-20251204" !== isomorphicReactPackageVersion)
|
|
30400
30400
|
throw Error(
|
|
30401
30401
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
30402
30402
|
(isomorphicReactPackageVersion +
|
|
30403
|
-
"\n - react-dom: 19.3.0-canary-
|
|
30403
|
+
"\n - react-dom: 19.3.0-canary-66ae640b-20251204\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
30404
30404
|
);
|
|
30405
30405
|
})();
|
|
30406
30406
|
("function" === typeof Map &&
|
|
@@ -30437,10 +30437,10 @@
|
|
|
30437
30437
|
!(function () {
|
|
30438
30438
|
var internals = {
|
|
30439
30439
|
bundleType: 1,
|
|
30440
|
-
version: "19.3.0-canary-
|
|
30440
|
+
version: "19.3.0-canary-66ae640b-20251204",
|
|
30441
30441
|
rendererPackageName: "react-dom",
|
|
30442
30442
|
currentDispatcherRef: ReactSharedInternals,
|
|
30443
|
-
reconcilerVersion: "19.3.0-canary-
|
|
30443
|
+
reconcilerVersion: "19.3.0-canary-66ae640b-20251204"
|
|
30444
30444
|
};
|
|
30445
30445
|
internals.overrideHookState = overrideHookState;
|
|
30446
30446
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -30578,7 +30578,7 @@
|
|
|
30578
30578
|
listenToAllSupportedEvents(container);
|
|
30579
30579
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
30580
30580
|
};
|
|
30581
|
-
exports.version = "19.3.0-canary-
|
|
30581
|
+
exports.version = "19.3.0-canary-66ae640b-20251204";
|
|
30582
30582
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
30583
30583
|
"function" ===
|
|
30584
30584
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -18013,14 +18013,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
18013
18013
|
};
|
|
18014
18014
|
var isomorphicReactPackageVersion$jscomp$inline_2047 = React.version;
|
|
18015
18015
|
if (
|
|
18016
|
-
"19.3.0-canary-
|
|
18016
|
+
"19.3.0-canary-66ae640b-20251204" !==
|
|
18017
18017
|
isomorphicReactPackageVersion$jscomp$inline_2047
|
|
18018
18018
|
)
|
|
18019
18019
|
throw Error(
|
|
18020
18020
|
formatProdErrorMessage(
|
|
18021
18021
|
527,
|
|
18022
18022
|
isomorphicReactPackageVersion$jscomp$inline_2047,
|
|
18023
|
-
"19.3.0-canary-
|
|
18023
|
+
"19.3.0-canary-66ae640b-20251204"
|
|
18024
18024
|
)
|
|
18025
18025
|
);
|
|
18026
18026
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -18042,10 +18042,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
18042
18042
|
};
|
|
18043
18043
|
var internals$jscomp$inline_2635 = {
|
|
18044
18044
|
bundleType: 0,
|
|
18045
|
-
version: "19.3.0-canary-
|
|
18045
|
+
version: "19.3.0-canary-66ae640b-20251204",
|
|
18046
18046
|
rendererPackageName: "react-dom",
|
|
18047
18047
|
currentDispatcherRef: ReactSharedInternals,
|
|
18048
|
-
reconcilerVersion: "19.3.0-canary-
|
|
18048
|
+
reconcilerVersion: "19.3.0-canary-66ae640b-20251204"
|
|
18049
18049
|
};
|
|
18050
18050
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
18051
18051
|
var hook$jscomp$inline_2636 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -18143,4 +18143,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
|
18143
18143
|
listenToAllSupportedEvents(container);
|
|
18144
18144
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
18145
18145
|
};
|
|
18146
|
-
exports.version = "19.3.0-canary-
|
|
18146
|
+
exports.version = "19.3.0-canary-66ae640b-20251204";
|
|
@@ -30454,11 +30454,11 @@
|
|
|
30454
30454
|
};
|
|
30455
30455
|
(function () {
|
|
30456
30456
|
var isomorphicReactPackageVersion = React.version;
|
|
30457
|
-
if ("19.3.0-canary-
|
|
30457
|
+
if ("19.3.0-canary-66ae640b-20251204" !== isomorphicReactPackageVersion)
|
|
30458
30458
|
throw Error(
|
|
30459
30459
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
30460
30460
|
(isomorphicReactPackageVersion +
|
|
30461
|
-
"\n - react-dom: 19.3.0-canary-
|
|
30461
|
+
"\n - react-dom: 19.3.0-canary-66ae640b-20251204\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
30462
30462
|
);
|
|
30463
30463
|
})();
|
|
30464
30464
|
("function" === typeof Map &&
|
|
@@ -30495,10 +30495,10 @@
|
|
|
30495
30495
|
!(function () {
|
|
30496
30496
|
var internals = {
|
|
30497
30497
|
bundleType: 1,
|
|
30498
|
-
version: "19.3.0-canary-
|
|
30498
|
+
version: "19.3.0-canary-66ae640b-20251204",
|
|
30499
30499
|
rendererPackageName: "react-dom",
|
|
30500
30500
|
currentDispatcherRef: ReactSharedInternals,
|
|
30501
|
-
reconcilerVersion: "19.3.0-canary-
|
|
30501
|
+
reconcilerVersion: "19.3.0-canary-66ae640b-20251204"
|
|
30502
30502
|
};
|
|
30503
30503
|
internals.overrideHookState = overrideHookState;
|
|
30504
30504
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -30966,7 +30966,7 @@
|
|
|
30966
30966
|
exports.useFormStatus = function () {
|
|
30967
30967
|
return resolveDispatcher().useHostTransitionStatus();
|
|
30968
30968
|
};
|
|
30969
|
-
exports.version = "19.3.0-canary-
|
|
30969
|
+
exports.version = "19.3.0-canary-66ae640b-20251204";
|
|
30970
30970
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
30971
30971
|
"function" ===
|
|
30972
30972
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -19941,14 +19941,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
19941
19941
|
};
|
|
19942
19942
|
var isomorphicReactPackageVersion$jscomp$inline_2344 = React.version;
|
|
19943
19943
|
if (
|
|
19944
|
-
"19.3.0-canary-
|
|
19944
|
+
"19.3.0-canary-66ae640b-20251204" !==
|
|
19945
19945
|
isomorphicReactPackageVersion$jscomp$inline_2344
|
|
19946
19946
|
)
|
|
19947
19947
|
throw Error(
|
|
19948
19948
|
formatProdErrorMessage(
|
|
19949
19949
|
527,
|
|
19950
19950
|
isomorphicReactPackageVersion$jscomp$inline_2344,
|
|
19951
|
-
"19.3.0-canary-
|
|
19951
|
+
"19.3.0-canary-66ae640b-20251204"
|
|
19952
19952
|
)
|
|
19953
19953
|
);
|
|
19954
19954
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -19970,10 +19970,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
19970
19970
|
};
|
|
19971
19971
|
var internals$jscomp$inline_2945 = {
|
|
19972
19972
|
bundleType: 0,
|
|
19973
|
-
version: "19.3.0-canary-
|
|
19973
|
+
version: "19.3.0-canary-66ae640b-20251204",
|
|
19974
19974
|
rendererPackageName: "react-dom",
|
|
19975
19975
|
currentDispatcherRef: ReactSharedInternals,
|
|
19976
|
-
reconcilerVersion: "19.3.0-canary-
|
|
19976
|
+
reconcilerVersion: "19.3.0-canary-66ae640b-20251204"
|
|
19977
19977
|
};
|
|
19978
19978
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
19979
19979
|
var hook$jscomp$inline_2946 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -20232,7 +20232,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
20232
20232
|
exports.useFormStatus = function () {
|
|
20233
20233
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
20234
20234
|
};
|
|
20235
|
-
exports.version = "19.3.0-canary-
|
|
20235
|
+
exports.version = "19.3.0-canary-66ae640b-20251204";
|
|
20236
20236
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
20237
20237
|
"function" ===
|
|
20238
20238
|
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-66ae640b-20251204";
|
|
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-66ae640b-20251204";
|
|
@@ -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-66ae640b-20251204";
|
|
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-66ae640b-20251204";
|
|
@@ -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-66ae640b-20251204" !== 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-66ae640b-20251204\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-66ae640b-20251204";
|
|
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-66ae640b-20251204" !== isomorphicReactPackageVersion)
|
|
7369
7369
|
throw Error(
|
|
7370
7370
|
formatProdErrorMessage(
|
|
7371
7371
|
527,
|
|
7372
7372
|
isomorphicReactPackageVersion,
|
|
7373
|
-
"19.3.0-canary-
|
|
7373
|
+
"19.3.0-canary-66ae640b-20251204"
|
|
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-66ae640b-20251204";
|
|
@@ -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-66ae640b-20251204" !== 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-66ae640b-20251204\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-66ae640b-20251204";
|
|
@@ -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-66ae640b-20251204" !== 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-66ae640b-20251204\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-66ae640b-20251204";
|
|
@@ -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-66ae640b-20251204" !== 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-66ae640b-20251204\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-66ae640b-20251204";
|
|
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-66ae640b-20251204" !== 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-66ae640b-20251204\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-66ae640b-20251204";
|
|
@@ -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-66ae640b-20251204" !== 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-66ae640b-20251204\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-66ae640b-20251204";
|
|
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-66ae640b-20251204" !== 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-66ae640b-20251204\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-66ae640b-20251204";
|
|
@@ -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-66ae640b-20251204";
|
|
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-66ae640b-20251204";
|
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-66ae640b-20251204",
|
|
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-66ae640b-20251204"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "19.3.0-canary-
|
|
23
|
+
"react": "19.3.0-canary-66ae640b-20251204"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"LICENSE",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"react-server": "./server.react-server.js",
|
|
59
59
|
"workerd": "./server.edge.js",
|
|
60
60
|
"bun": "./server.bun.js",
|
|
61
|
-
"deno": "./server.
|
|
61
|
+
"deno": "./server.node.js",
|
|
62
62
|
"worker": "./server.browser.js",
|
|
63
63
|
"node": "./server.node.js",
|
|
64
64
|
"edge-light": "./server.edge.js",
|