react-dom 19.3.0-canary-4b3e662e-20251008 → 19.3.0-canary-06fcc8f3-20251009
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
|
@@ -30275,11 +30275,11 @@
|
|
|
30275
30275
|
};
|
|
30276
30276
|
(function () {
|
|
30277
30277
|
var isomorphicReactPackageVersion = React.version;
|
|
30278
|
-
if ("19.3.0-canary-
|
|
30278
|
+
if ("19.3.0-canary-06fcc8f3-20251009" !== isomorphicReactPackageVersion)
|
|
30279
30279
|
throw Error(
|
|
30280
30280
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
30281
30281
|
(isomorphicReactPackageVersion +
|
|
30282
|
-
"\n - react-dom: 19.3.0-canary-
|
|
30282
|
+
"\n - react-dom: 19.3.0-canary-06fcc8f3-20251009\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
30283
30283
|
);
|
|
30284
30284
|
})();
|
|
30285
30285
|
("function" === typeof Map &&
|
|
@@ -30316,10 +30316,10 @@
|
|
|
30316
30316
|
!(function () {
|
|
30317
30317
|
var internals = {
|
|
30318
30318
|
bundleType: 1,
|
|
30319
|
-
version: "19.3.0-canary-
|
|
30319
|
+
version: "19.3.0-canary-06fcc8f3-20251009",
|
|
30320
30320
|
rendererPackageName: "react-dom",
|
|
30321
30321
|
currentDispatcherRef: ReactSharedInternals,
|
|
30322
|
-
reconcilerVersion: "19.3.0-canary-
|
|
30322
|
+
reconcilerVersion: "19.3.0-canary-06fcc8f3-20251009"
|
|
30323
30323
|
};
|
|
30324
30324
|
internals.overrideHookState = overrideHookState;
|
|
30325
30325
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -30457,7 +30457,7 @@
|
|
|
30457
30457
|
listenToAllSupportedEvents(container);
|
|
30458
30458
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
30459
30459
|
};
|
|
30460
|
-
exports.version = "19.3.0-canary-
|
|
30460
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
30461
30461
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
30462
30462
|
"function" ===
|
|
30463
30463
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -17904,14 +17904,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
17904
17904
|
};
|
|
17905
17905
|
var isomorphicReactPackageVersion$jscomp$inline_2059 = React.version;
|
|
17906
17906
|
if (
|
|
17907
|
-
"19.3.0-canary-
|
|
17907
|
+
"19.3.0-canary-06fcc8f3-20251009" !==
|
|
17908
17908
|
isomorphicReactPackageVersion$jscomp$inline_2059
|
|
17909
17909
|
)
|
|
17910
17910
|
throw Error(
|
|
17911
17911
|
formatProdErrorMessage(
|
|
17912
17912
|
527,
|
|
17913
17913
|
isomorphicReactPackageVersion$jscomp$inline_2059,
|
|
17914
|
-
"19.3.0-canary-
|
|
17914
|
+
"19.3.0-canary-06fcc8f3-20251009"
|
|
17915
17915
|
)
|
|
17916
17916
|
);
|
|
17917
17917
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -17933,10 +17933,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
17933
17933
|
};
|
|
17934
17934
|
var internals$jscomp$inline_2646 = {
|
|
17935
17935
|
bundleType: 0,
|
|
17936
|
-
version: "19.3.0-canary-
|
|
17936
|
+
version: "19.3.0-canary-06fcc8f3-20251009",
|
|
17937
17937
|
rendererPackageName: "react-dom",
|
|
17938
17938
|
currentDispatcherRef: ReactSharedInternals,
|
|
17939
|
-
reconcilerVersion: "19.3.0-canary-
|
|
17939
|
+
reconcilerVersion: "19.3.0-canary-06fcc8f3-20251009"
|
|
17940
17940
|
};
|
|
17941
17941
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
17942
17942
|
var hook$jscomp$inline_2647 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -18034,4 +18034,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
|
18034
18034
|
listenToAllSupportedEvents(container);
|
|
18035
18035
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
18036
18036
|
};
|
|
18037
|
-
exports.version = "19.3.0-canary-
|
|
18037
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
@@ -30327,11 +30327,11 @@
|
|
|
30327
30327
|
};
|
|
30328
30328
|
(function () {
|
|
30329
30329
|
var isomorphicReactPackageVersion = React.version;
|
|
30330
|
-
if ("19.3.0-canary-
|
|
30330
|
+
if ("19.3.0-canary-06fcc8f3-20251009" !== isomorphicReactPackageVersion)
|
|
30331
30331
|
throw Error(
|
|
30332
30332
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
30333
30333
|
(isomorphicReactPackageVersion +
|
|
30334
|
-
"\n - react-dom: 19.3.0-canary-
|
|
30334
|
+
"\n - react-dom: 19.3.0-canary-06fcc8f3-20251009\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
30335
30335
|
);
|
|
30336
30336
|
})();
|
|
30337
30337
|
("function" === typeof Map &&
|
|
@@ -30368,10 +30368,10 @@
|
|
|
30368
30368
|
!(function () {
|
|
30369
30369
|
var internals = {
|
|
30370
30370
|
bundleType: 1,
|
|
30371
|
-
version: "19.3.0-canary-
|
|
30371
|
+
version: "19.3.0-canary-06fcc8f3-20251009",
|
|
30372
30372
|
rendererPackageName: "react-dom",
|
|
30373
30373
|
currentDispatcherRef: ReactSharedInternals,
|
|
30374
|
-
reconcilerVersion: "19.3.0-canary-
|
|
30374
|
+
reconcilerVersion: "19.3.0-canary-06fcc8f3-20251009"
|
|
30375
30375
|
};
|
|
30376
30376
|
internals.overrideHookState = overrideHookState;
|
|
30377
30377
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -30839,7 +30839,7 @@
|
|
|
30839
30839
|
exports.useFormStatus = function () {
|
|
30840
30840
|
return resolveDispatcher().useHostTransitionStatus();
|
|
30841
30841
|
};
|
|
30842
|
-
exports.version = "19.3.0-canary-
|
|
30842
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
30843
30843
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
30844
30844
|
"function" ===
|
|
30845
30845
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -19825,14 +19825,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
19825
19825
|
};
|
|
19826
19826
|
var isomorphicReactPackageVersion$jscomp$inline_2356 = React.version;
|
|
19827
19827
|
if (
|
|
19828
|
-
"19.3.0-canary-
|
|
19828
|
+
"19.3.0-canary-06fcc8f3-20251009" !==
|
|
19829
19829
|
isomorphicReactPackageVersion$jscomp$inline_2356
|
|
19830
19830
|
)
|
|
19831
19831
|
throw Error(
|
|
19832
19832
|
formatProdErrorMessage(
|
|
19833
19833
|
527,
|
|
19834
19834
|
isomorphicReactPackageVersion$jscomp$inline_2356,
|
|
19835
|
-
"19.3.0-canary-
|
|
19835
|
+
"19.3.0-canary-06fcc8f3-20251009"
|
|
19836
19836
|
)
|
|
19837
19837
|
);
|
|
19838
19838
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -19854,10 +19854,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
19854
19854
|
};
|
|
19855
19855
|
var internals$jscomp$inline_2956 = {
|
|
19856
19856
|
bundleType: 0,
|
|
19857
|
-
version: "19.3.0-canary-
|
|
19857
|
+
version: "19.3.0-canary-06fcc8f3-20251009",
|
|
19858
19858
|
rendererPackageName: "react-dom",
|
|
19859
19859
|
currentDispatcherRef: ReactSharedInternals,
|
|
19860
|
-
reconcilerVersion: "19.3.0-canary-
|
|
19860
|
+
reconcilerVersion: "19.3.0-canary-06fcc8f3-20251009"
|
|
19861
19861
|
};
|
|
19862
19862
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
19863
19863
|
var hook$jscomp$inline_2957 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -20116,7 +20116,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
20116
20116
|
exports.useFormStatus = function () {
|
|
20117
20117
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
20118
20118
|
};
|
|
20119
|
-
exports.version = "19.3.0-canary-
|
|
20119
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
20120
20120
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
20121
20121
|
"function" ===
|
|
20122
20122
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -9985,5 +9985,5 @@
|
|
|
9985
9985
|
'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'
|
|
9986
9986
|
);
|
|
9987
9987
|
};
|
|
9988
|
-
exports.version = "19.3.0-canary-
|
|
9988
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
9989
9989
|
})();
|
|
@@ -6754,4 +6754,4 @@ exports.renderToString = function (children, options) {
|
|
|
6754
6754
|
'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'
|
|
6755
6755
|
);
|
|
6756
6756
|
};
|
|
6757
|
-
exports.version = "19.3.0-canary-
|
|
6757
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
@@ -9985,5 +9985,5 @@
|
|
|
9985
9985
|
'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'
|
|
9986
9986
|
);
|
|
9987
9987
|
};
|
|
9988
|
-
exports.version = "19.3.0-canary-
|
|
9988
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
9989
9989
|
})();
|
|
@@ -6843,4 +6843,4 @@ exports.renderToString = function (children, options) {
|
|
|
6843
6843
|
'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'
|
|
6844
6844
|
);
|
|
6845
6845
|
};
|
|
6846
|
-
exports.version = "19.3.0-canary-
|
|
6846
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
@@ -8967,11 +8967,11 @@
|
|
|
8967
8967
|
}
|
|
8968
8968
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8969
8969
|
var isomorphicReactPackageVersion = React.version;
|
|
8970
|
-
if ("19.3.0-canary-
|
|
8970
|
+
if ("19.3.0-canary-06fcc8f3-20251009" !== isomorphicReactPackageVersion)
|
|
8971
8971
|
throw Error(
|
|
8972
8972
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8973
8973
|
(isomorphicReactPackageVersion +
|
|
8974
|
-
"\n - react-dom: 19.3.0-canary-
|
|
8974
|
+
"\n - react-dom: 19.3.0-canary-06fcc8f3-20251009\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8975
8975
|
);
|
|
8976
8976
|
}
|
|
8977
8977
|
var React = require("react"),
|
|
@@ -10776,5 +10776,5 @@
|
|
|
10776
10776
|
startWork(request);
|
|
10777
10777
|
});
|
|
10778
10778
|
};
|
|
10779
|
-
exports.version = "19.3.0-canary-
|
|
10779
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
10780
10780
|
})();
|
|
@@ -7370,12 +7370,12 @@ function getPostponedState(request) {
|
|
|
7370
7370
|
}
|
|
7371
7371
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7372
7372
|
var isomorphicReactPackageVersion = React.version;
|
|
7373
|
-
if ("19.3.0-canary-
|
|
7373
|
+
if ("19.3.0-canary-06fcc8f3-20251009" !== isomorphicReactPackageVersion)
|
|
7374
7374
|
throw Error(
|
|
7375
7375
|
formatProdErrorMessage(
|
|
7376
7376
|
527,
|
|
7377
7377
|
isomorphicReactPackageVersion,
|
|
7378
|
-
"19.3.0-canary-
|
|
7378
|
+
"19.3.0-canary-06fcc8f3-20251009"
|
|
7379
7379
|
)
|
|
7380
7380
|
);
|
|
7381
7381
|
}
|
|
@@ -7630,4 +7630,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
|
|
|
7630
7630
|
startWork(request);
|
|
7631
7631
|
});
|
|
7632
7632
|
};
|
|
7633
|
-
exports.version = "19.3.0-canary-
|
|
7633
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
@@ -9681,13 +9681,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
9681
9681
|
}
|
|
9682
9682
|
var isomorphicReactPackageVersion$jscomp$inline_766 = React.version;
|
|
9683
9683
|
if (
|
|
9684
|
-
"19.3.0-canary-
|
|
9684
|
+
"19.3.0-canary-06fcc8f3-20251009" !==
|
|
9685
9685
|
isomorphicReactPackageVersion$jscomp$inline_766
|
|
9686
9686
|
)
|
|
9687
9687
|
throw Error(
|
|
9688
9688
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
9689
9689
|
(isomorphicReactPackageVersion$jscomp$inline_766 +
|
|
9690
|
-
"\n - react-dom: 19.3.0-canary-
|
|
9690
|
+
"\n - react-dom: 19.3.0-canary-06fcc8f3-20251009\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
9691
9691
|
);
|
|
9692
9692
|
exports.renderToReadableStream = function (children, options) {
|
|
9693
9693
|
return new Promise(function (resolve, reject) {
|
|
@@ -9780,4 +9780,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
9780
9780
|
startWork(request$jscomp$0);
|
|
9781
9781
|
});
|
|
9782
9782
|
};
|
|
9783
|
-
exports.version = "19.3.0-canary-
|
|
9783
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
@@ -6868,13 +6868,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
6868
6868
|
}
|
|
6869
6869
|
var isomorphicReactPackageVersion$jscomp$inline_820 = React.version;
|
|
6870
6870
|
if (
|
|
6871
|
-
"19.3.0-canary-
|
|
6871
|
+
"19.3.0-canary-06fcc8f3-20251009" !==
|
|
6872
6872
|
isomorphicReactPackageVersion$jscomp$inline_820
|
|
6873
6873
|
)
|
|
6874
6874
|
throw Error(
|
|
6875
6875
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6876
6876
|
(isomorphicReactPackageVersion$jscomp$inline_820 +
|
|
6877
|
-
"\n - react-dom: 19.3.0-canary-
|
|
6877
|
+
"\n - react-dom: 19.3.0-canary-06fcc8f3-20251009\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6878
6878
|
);
|
|
6879
6879
|
exports.renderToReadableStream = function (children, options) {
|
|
6880
6880
|
return new Promise(function (resolve, reject) {
|
|
@@ -6965,4 +6965,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
6965
6965
|
startWork(request);
|
|
6966
6966
|
});
|
|
6967
6967
|
};
|
|
6968
|
-
exports.version = "19.3.0-canary-
|
|
6968
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
@@ -8990,11 +8990,11 @@
|
|
|
8990
8990
|
}
|
|
8991
8991
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8992
8992
|
var isomorphicReactPackageVersion = React.version;
|
|
8993
|
-
if ("19.3.0-canary-
|
|
8993
|
+
if ("19.3.0-canary-06fcc8f3-20251009" !== isomorphicReactPackageVersion)
|
|
8994
8994
|
throw Error(
|
|
8995
8995
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8996
8996
|
(isomorphicReactPackageVersion +
|
|
8997
|
-
"\n - react-dom: 19.3.0-canary-
|
|
8997
|
+
"\n - react-dom: 19.3.0-canary-06fcc8f3-20251009\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8998
8998
|
);
|
|
8999
8999
|
}
|
|
9000
9000
|
var React = require("react"),
|
|
@@ -10795,5 +10795,5 @@
|
|
|
10795
10795
|
startWork(request);
|
|
10796
10796
|
});
|
|
10797
10797
|
};
|
|
10798
|
-
exports.version = "19.3.0-canary-
|
|
10798
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
10799
10799
|
})();
|
|
@@ -7474,11 +7474,11 @@ function getPostponedState(request) {
|
|
|
7474
7474
|
}
|
|
7475
7475
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7476
7476
|
var isomorphicReactPackageVersion = React.version;
|
|
7477
|
-
if ("19.3.0-canary-
|
|
7477
|
+
if ("19.3.0-canary-06fcc8f3-20251009" !== isomorphicReactPackageVersion)
|
|
7478
7478
|
throw Error(
|
|
7479
7479
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7480
7480
|
(isomorphicReactPackageVersion +
|
|
7481
|
-
"\n - react-dom: 19.3.0-canary-
|
|
7481
|
+
"\n - react-dom: 19.3.0-canary-06fcc8f3-20251009\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7482
7482
|
);
|
|
7483
7483
|
}
|
|
7484
7484
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7732,4 +7732,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
|
|
|
7732
7732
|
startWork(request);
|
|
7733
7733
|
});
|
|
7734
7734
|
};
|
|
7735
|
-
exports.version = "19.3.0-canary-
|
|
7735
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
@@ -8864,11 +8864,11 @@
|
|
|
8864
8864
|
}
|
|
8865
8865
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8866
8866
|
var isomorphicReactPackageVersion = React.version;
|
|
8867
|
-
if ("19.3.0-canary-
|
|
8867
|
+
if ("19.3.0-canary-06fcc8f3-20251009" !== isomorphicReactPackageVersion)
|
|
8868
8868
|
throw Error(
|
|
8869
8869
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8870
8870
|
(isomorphicReactPackageVersion +
|
|
8871
|
-
"\n - react-dom: 19.3.0-canary-
|
|
8871
|
+
"\n - react-dom: 19.3.0-canary-06fcc8f3-20251009\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8872
8872
|
);
|
|
8873
8873
|
}
|
|
8874
8874
|
function createDrainHandler(destination, request) {
|
|
@@ -10979,5 +10979,5 @@
|
|
|
10979
10979
|
}
|
|
10980
10980
|
};
|
|
10981
10981
|
};
|
|
10982
|
-
exports.version = "19.3.0-canary-
|
|
10982
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
10983
10983
|
})();
|
|
@@ -7365,11 +7365,11 @@ 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-06fcc8f3-20251009" !== isomorphicReactPackageVersion)
|
|
7369
7369
|
throw Error(
|
|
7370
7370
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7371
7371
|
(isomorphicReactPackageVersion +
|
|
7372
|
-
"\n - react-dom: 19.3.0-canary-
|
|
7372
|
+
"\n - react-dom: 19.3.0-canary-06fcc8f3-20251009\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7373
7373
|
);
|
|
7374
7374
|
}
|
|
7375
7375
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7927,4 +7927,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
|
|
|
7927
7927
|
}
|
|
7928
7928
|
};
|
|
7929
7929
|
};
|
|
7930
|
-
exports.version = "19.3.0-canary-
|
|
7930
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
exports.useFormStatus = function () {
|
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
|
418
418
|
};
|
|
419
|
-
exports.version = "19.3.0-canary-
|
|
419
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
|
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.3.0-canary-
|
|
210
|
+
exports.version = "19.3.0-canary-06fcc8f3-20251009";
|
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-06fcc8f3-20251009",
|
|
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-06fcc8f3-20251009"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "19.3.0-canary-
|
|
23
|
+
"react": "19.3.0-canary-06fcc8f3-20251009"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"LICENSE",
|