react-dom 19.2.0 → 19.3.0-canary-85c427d8-20251003
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 +2 -1
- package/cjs/react-dom-server-legacy.browser.production.js +2 -1
- package/cjs/react-dom-server-legacy.node.development.js +2 -1
- package/cjs/react-dom-server-legacy.node.production.js +2 -1
- package/cjs/react-dom-server.browser.development.js +4 -3
- package/cjs/react-dom-server.browser.production.js +4 -3
- package/cjs/react-dom-server.bun.development.js +4 -3
- package/cjs/react-dom-server.bun.production.js +4 -3
- package/cjs/react-dom-server.edge.development.js +4 -3
- package/cjs/react-dom-server.edge.production.js +4 -3
- package/cjs/react-dom-server.node.development.js +4 -3
- package/cjs/react-dom-server.node.production.js +4 -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
@@ -27931,11 +27931,11 @@
|
|
27931
27931
|
};
|
27932
27932
|
(function () {
|
27933
27933
|
var isomorphicReactPackageVersion = React.version;
|
27934
|
-
if ("19.
|
27934
|
+
if ("19.3.0-canary-85c427d8-20251003" !== isomorphicReactPackageVersion)
|
27935
27935
|
throw Error(
|
27936
27936
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
27937
27937
|
(isomorphicReactPackageVersion +
|
27938
|
-
"\n - react-dom: 19.
|
27938
|
+
"\n - react-dom: 19.3.0-canary-85c427d8-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
27939
27939
|
);
|
27940
27940
|
})();
|
27941
27941
|
("function" === typeof Map &&
|
@@ -27972,10 +27972,10 @@
|
|
27972
27972
|
!(function () {
|
27973
27973
|
var internals = {
|
27974
27974
|
bundleType: 1,
|
27975
|
-
version: "19.
|
27975
|
+
version: "19.3.0-canary-85c427d8-20251003",
|
27976
27976
|
rendererPackageName: "react-dom",
|
27977
27977
|
currentDispatcherRef: ReactSharedInternals,
|
27978
|
-
reconcilerVersion: "19.
|
27978
|
+
reconcilerVersion: "19.3.0-canary-85c427d8-20251003"
|
27979
27979
|
};
|
27980
27980
|
internals.overrideHookState = overrideHookState;
|
27981
27981
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -28113,7 +28113,7 @@
|
|
28113
28113
|
listenToAllSupportedEvents(container);
|
28114
28114
|
return new ReactDOMHydrationRoot(initialChildren);
|
28115
28115
|
};
|
28116
|
-
exports.version = "19.
|
28116
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
28117
28117
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
28118
28118
|
"function" ===
|
28119
28119
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15916,14 +15916,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15916
15916
|
};
|
15917
15917
|
var isomorphicReactPackageVersion$jscomp$inline_1840 = React.version;
|
15918
15918
|
if (
|
15919
|
-
"19.
|
15919
|
+
"19.3.0-canary-85c427d8-20251003" !==
|
15920
15920
|
isomorphicReactPackageVersion$jscomp$inline_1840
|
15921
15921
|
)
|
15922
15922
|
throw Error(
|
15923
15923
|
formatProdErrorMessage(
|
15924
15924
|
527,
|
15925
15925
|
isomorphicReactPackageVersion$jscomp$inline_1840,
|
15926
|
-
"19.
|
15926
|
+
"19.3.0-canary-85c427d8-20251003"
|
15927
15927
|
)
|
15928
15928
|
);
|
15929
15929
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15945,10 +15945,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15945
15945
|
};
|
15946
15946
|
var internals$jscomp$inline_2347 = {
|
15947
15947
|
bundleType: 0,
|
15948
|
-
version: "19.
|
15948
|
+
version: "19.3.0-canary-85c427d8-20251003",
|
15949
15949
|
rendererPackageName: "react-dom",
|
15950
15950
|
currentDispatcherRef: ReactSharedInternals,
|
15951
|
-
reconcilerVersion: "19.
|
15951
|
+
reconcilerVersion: "19.3.0-canary-85c427d8-20251003"
|
15952
15952
|
};
|
15953
15953
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15954
15954
|
var hook$jscomp$inline_2348 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -16046,4 +16046,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
16046
16046
|
listenToAllSupportedEvents(container);
|
16047
16047
|
return new ReactDOMHydrationRoot(initialChildren);
|
16048
16048
|
};
|
16049
|
-
exports.version = "19.
|
16049
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
@@ -27983,11 +27983,11 @@
|
|
27983
27983
|
};
|
27984
27984
|
(function () {
|
27985
27985
|
var isomorphicReactPackageVersion = React.version;
|
27986
|
-
if ("19.
|
27986
|
+
if ("19.3.0-canary-85c427d8-20251003" !== isomorphicReactPackageVersion)
|
27987
27987
|
throw Error(
|
27988
27988
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
27989
27989
|
(isomorphicReactPackageVersion +
|
27990
|
-
"\n - react-dom: 19.
|
27990
|
+
"\n - react-dom: 19.3.0-canary-85c427d8-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
27991
27991
|
);
|
27992
27992
|
})();
|
27993
27993
|
("function" === typeof Map &&
|
@@ -28024,10 +28024,10 @@
|
|
28024
28024
|
!(function () {
|
28025
28025
|
var internals = {
|
28026
28026
|
bundleType: 1,
|
28027
|
-
version: "19.
|
28027
|
+
version: "19.3.0-canary-85c427d8-20251003",
|
28028
28028
|
rendererPackageName: "react-dom",
|
28029
28029
|
currentDispatcherRef: ReactSharedInternals,
|
28030
|
-
reconcilerVersion: "19.
|
28030
|
+
reconcilerVersion: "19.3.0-canary-85c427d8-20251003"
|
28031
28031
|
};
|
28032
28032
|
internals.overrideHookState = overrideHookState;
|
28033
28033
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -28495,7 +28495,7 @@
|
|
28495
28495
|
exports.useFormStatus = function () {
|
28496
28496
|
return resolveDispatcher().useHostTransitionStatus();
|
28497
28497
|
};
|
28498
|
-
exports.version = "19.
|
28498
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
28499
28499
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
28500
28500
|
"function" ===
|
28501
28501
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -17770,14 +17770,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
17770
17770
|
};
|
17771
17771
|
var isomorphicReactPackageVersion$jscomp$inline_2138 = React.version;
|
17772
17772
|
if (
|
17773
|
-
"19.
|
17773
|
+
"19.3.0-canary-85c427d8-20251003" !==
|
17774
17774
|
isomorphicReactPackageVersion$jscomp$inline_2138
|
17775
17775
|
)
|
17776
17776
|
throw Error(
|
17777
17777
|
formatProdErrorMessage(
|
17778
17778
|
527,
|
17779
17779
|
isomorphicReactPackageVersion$jscomp$inline_2138,
|
17780
|
-
"19.
|
17780
|
+
"19.3.0-canary-85c427d8-20251003"
|
17781
17781
|
)
|
17782
17782
|
);
|
17783
17783
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -17799,10 +17799,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
17799
17799
|
};
|
17800
17800
|
var internals$jscomp$inline_2658 = {
|
17801
17801
|
bundleType: 0,
|
17802
|
-
version: "19.
|
17802
|
+
version: "19.3.0-canary-85c427d8-20251003",
|
17803
17803
|
rendererPackageName: "react-dom",
|
17804
17804
|
currentDispatcherRef: ReactSharedInternals,
|
17805
|
-
reconcilerVersion: "19.
|
17805
|
+
reconcilerVersion: "19.3.0-canary-85c427d8-20251003"
|
17806
17806
|
};
|
17807
17807
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
17808
17808
|
var hook$jscomp$inline_2659 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -18061,7 +18061,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
18061
18061
|
exports.useFormStatus = function () {
|
18062
18062
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
18063
18063
|
};
|
18064
|
-
exports.version = "19.
|
18064
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
18065
18065
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
18066
18066
|
"function" ===
|
18067
18067
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -7695,6 +7695,7 @@
|
|
7695
7695
|
var boundary = segment.boundary;
|
7696
7696
|
if (null === boundary)
|
7697
7697
|
return flushSubtree(request, destination, segment, hoistableState);
|
7698
|
+
segment.boundary = null;
|
7698
7699
|
boundary.parentFlushed = !0;
|
7699
7700
|
if (boundary.status === CLIENT_RENDERED) {
|
7700
7701
|
var row = boundary.row;
|
@@ -9873,5 +9874,5 @@
|
|
9873
9874
|
'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'
|
9874
9875
|
);
|
9875
9876
|
};
|
9876
|
-
exports.version = "19.
|
9877
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
9877
9878
|
})();
|
@@ -6015,6 +6015,7 @@ function flushSegment(request, destination, segment, hoistableState) {
|
|
6015
6015
|
var boundary = segment.boundary;
|
6016
6016
|
if (null === boundary)
|
6017
6017
|
return flushSubtree(request, destination, segment, hoistableState);
|
6018
|
+
segment.boundary = null;
|
6018
6019
|
boundary.parentFlushed = !0;
|
6019
6020
|
if (4 === boundary.status) {
|
6020
6021
|
var row = boundary.row;
|
@@ -6600,4 +6601,4 @@ exports.renderToString = function (children, options) {
|
|
6600
6601
|
'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'
|
6601
6602
|
);
|
6602
6603
|
};
|
6603
|
-
exports.version = "19.
|
6604
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
@@ -7695,6 +7695,7 @@
|
|
7695
7695
|
var boundary = segment.boundary;
|
7696
7696
|
if (null === boundary)
|
7697
7697
|
return flushSubtree(request, destination, segment, hoistableState);
|
7698
|
+
segment.boundary = null;
|
7698
7699
|
boundary.parentFlushed = !0;
|
7699
7700
|
if (boundary.status === CLIENT_RENDERED) {
|
7700
7701
|
var row = boundary.row;
|
@@ -9873,5 +9874,5 @@
|
|
9873
9874
|
'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'
|
9874
9875
|
);
|
9875
9876
|
};
|
9876
|
-
exports.version = "19.
|
9877
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
9877
9878
|
})();
|
@@ -6096,6 +6096,7 @@ function flushSegment(request, destination, segment, hoistableState) {
|
|
6096
6096
|
var boundary = segment.boundary;
|
6097
6097
|
if (null === boundary)
|
6098
6098
|
return flushSubtree(request, destination, segment, hoistableState);
|
6099
|
+
segment.boundary = null;
|
6099
6100
|
boundary.parentFlushed = !0;
|
6100
6101
|
if (4 === boundary.status) {
|
6101
6102
|
var row = boundary.row;
|
@@ -6689,4 +6690,4 @@ exports.renderToString = function (children, options) {
|
|
6689
6690
|
'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'
|
6690
6691
|
);
|
6691
6692
|
};
|
6692
|
-
exports.version = "19.
|
6693
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
@@ -8046,6 +8046,7 @@
|
|
8046
8046
|
var boundary = segment.boundary;
|
8047
8047
|
if (null === boundary)
|
8048
8048
|
return flushSubtree(request, destination, segment, hoistableState);
|
8049
|
+
segment.boundary = null;
|
8049
8050
|
boundary.parentFlushed = !0;
|
8050
8051
|
if (boundary.status === CLIENT_RENDERED) {
|
8051
8052
|
var row = boundary.row;
|
@@ -8784,11 +8785,11 @@
|
|
8784
8785
|
}
|
8785
8786
|
function ensureCorrectIsomorphicReactVersion() {
|
8786
8787
|
var isomorphicReactPackageVersion = React.version;
|
8787
|
-
if ("19.
|
8788
|
+
if ("19.3.0-canary-85c427d8-20251003" !== isomorphicReactPackageVersion)
|
8788
8789
|
throw Error(
|
8789
8790
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8790
8791
|
(isomorphicReactPackageVersion +
|
8791
|
-
"\n - react-dom: 19.
|
8792
|
+
"\n - react-dom: 19.3.0-canary-85c427d8-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
8792
8793
|
);
|
8793
8794
|
}
|
8794
8795
|
var React = require("react"),
|
@@ -10597,5 +10598,5 @@
|
|
10597
10598
|
startWork(request);
|
10598
10599
|
});
|
10599
10600
|
};
|
10600
|
-
exports.version = "19.
|
10601
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
10601
10602
|
})();
|
@@ -6582,6 +6582,7 @@ function flushSegment(request, destination, segment, hoistableState) {
|
|
6582
6582
|
var boundary = segment.boundary;
|
6583
6583
|
if (null === boundary)
|
6584
6584
|
return flushSubtree(request, destination, segment, hoistableState);
|
6585
|
+
segment.boundary = null;
|
6585
6586
|
boundary.parentFlushed = !0;
|
6586
6587
|
if (4 === boundary.status) {
|
6587
6588
|
var row = boundary.row;
|
@@ -7147,12 +7148,12 @@ function getPostponedState(request) {
|
|
7147
7148
|
}
|
7148
7149
|
function ensureCorrectIsomorphicReactVersion() {
|
7149
7150
|
var isomorphicReactPackageVersion = React.version;
|
7150
|
-
if ("19.
|
7151
|
+
if ("19.3.0-canary-85c427d8-20251003" !== isomorphicReactPackageVersion)
|
7151
7152
|
throw Error(
|
7152
7153
|
formatProdErrorMessage(
|
7153
7154
|
527,
|
7154
7155
|
isomorphicReactPackageVersion,
|
7155
|
-
"19.
|
7156
|
+
"19.3.0-canary-85c427d8-20251003"
|
7156
7157
|
)
|
7157
7158
|
);
|
7158
7159
|
}
|
@@ -7407,4 +7408,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
|
|
7407
7408
|
startWork(request);
|
7408
7409
|
});
|
7409
7410
|
};
|
7410
|
-
exports.version = "19.
|
7411
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
@@ -8919,6 +8919,7 @@ function flushSegment(request, destination, segment, hoistableState) {
|
|
8919
8919
|
var boundary = segment.boundary;
|
8920
8920
|
if (null === boundary)
|
8921
8921
|
return flushSubtree(request, destination, segment, hoistableState);
|
8922
|
+
segment.boundary = null;
|
8922
8923
|
boundary.parentFlushed = !0;
|
8923
8924
|
if (boundary.status === CLIENT_RENDERED) {
|
8924
8925
|
var row = boundary.row;
|
@@ -9503,13 +9504,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
9503
9504
|
}
|
9504
9505
|
var isomorphicReactPackageVersion$jscomp$inline_766 = React.version;
|
9505
9506
|
if (
|
9506
|
-
"19.
|
9507
|
+
"19.3.0-canary-85c427d8-20251003" !==
|
9507
9508
|
isomorphicReactPackageVersion$jscomp$inline_766
|
9508
9509
|
)
|
9509
9510
|
throw Error(
|
9510
9511
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
9511
9512
|
(isomorphicReactPackageVersion$jscomp$inline_766 +
|
9512
|
-
"\n - react-dom: 19.
|
9513
|
+
"\n - react-dom: 19.3.0-canary-85c427d8-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
9513
9514
|
);
|
9514
9515
|
exports.renderToReadableStream = function (children, options) {
|
9515
9516
|
return new Promise(function (resolve, reject) {
|
@@ -9602,4 +9603,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
9602
9603
|
startWork(request$jscomp$0);
|
9603
9604
|
});
|
9604
9605
|
};
|
9605
|
-
exports.version = "19.
|
9606
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
@@ -6130,6 +6130,7 @@ function flushSegment(request, destination, segment, hoistableState) {
|
|
6130
6130
|
var boundary = segment.boundary;
|
6131
6131
|
if (null === boundary)
|
6132
6132
|
return flushSubtree(request, destination, segment, hoistableState);
|
6133
|
+
segment.boundary = null;
|
6133
6134
|
boundary.parentFlushed = !0;
|
6134
6135
|
if (4 === boundary.status) {
|
6135
6136
|
var row = boundary.row;
|
@@ -6645,13 +6646,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
6645
6646
|
}
|
6646
6647
|
var isomorphicReactPackageVersion$jscomp$inline_821 = React.version;
|
6647
6648
|
if (
|
6648
|
-
"19.
|
6649
|
+
"19.3.0-canary-85c427d8-20251003" !==
|
6649
6650
|
isomorphicReactPackageVersion$jscomp$inline_821
|
6650
6651
|
)
|
6651
6652
|
throw Error(
|
6652
6653
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6653
6654
|
(isomorphicReactPackageVersion$jscomp$inline_821 +
|
6654
|
-
"\n - react-dom: 19.
|
6655
|
+
"\n - react-dom: 19.3.0-canary-85c427d8-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
6655
6656
|
);
|
6656
6657
|
exports.renderToReadableStream = function (children, options) {
|
6657
6658
|
return new Promise(function (resolve, reject) {
|
@@ -6742,4 +6743,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6742
6743
|
startWork(request);
|
6743
6744
|
});
|
6744
6745
|
};
|
6745
|
-
exports.version = "19.
|
6746
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
@@ -8056,6 +8056,7 @@
|
|
8056
8056
|
var boundary = segment.boundary;
|
8057
8057
|
if (null === boundary)
|
8058
8058
|
return flushSubtree(request, destination, segment, hoistableState);
|
8059
|
+
segment.boundary = null;
|
8059
8060
|
boundary.parentFlushed = !0;
|
8060
8061
|
if (boundary.status === CLIENT_RENDERED) {
|
8061
8062
|
var row = boundary.row;
|
@@ -8807,11 +8808,11 @@
|
|
8807
8808
|
}
|
8808
8809
|
function ensureCorrectIsomorphicReactVersion() {
|
8809
8810
|
var isomorphicReactPackageVersion = React.version;
|
8810
|
-
if ("19.
|
8811
|
+
if ("19.3.0-canary-85c427d8-20251003" !== isomorphicReactPackageVersion)
|
8811
8812
|
throw Error(
|
8812
8813
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8813
8814
|
(isomorphicReactPackageVersion +
|
8814
|
-
"\n - react-dom: 19.
|
8815
|
+
"\n - react-dom: 19.3.0-canary-85c427d8-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
8815
8816
|
);
|
8816
8817
|
}
|
8817
8818
|
var React = require("react"),
|
@@ -10616,5 +10617,5 @@
|
|
10616
10617
|
startWork(request);
|
10617
10618
|
});
|
10618
10619
|
};
|
10619
|
-
exports.version = "19.
|
10620
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
10620
10621
|
})();
|
@@ -6668,6 +6668,7 @@ function flushSegment(request, destination, segment, hoistableState) {
|
|
6668
6668
|
var boundary = segment.boundary;
|
6669
6669
|
if (null === boundary)
|
6670
6670
|
return flushSubtree(request, destination, segment, hoistableState);
|
6671
|
+
segment.boundary = null;
|
6671
6672
|
boundary.parentFlushed = !0;
|
6672
6673
|
if (4 === boundary.status) {
|
6673
6674
|
var row = boundary.row;
|
@@ -7251,11 +7252,11 @@ function getPostponedState(request) {
|
|
7251
7252
|
}
|
7252
7253
|
function ensureCorrectIsomorphicReactVersion() {
|
7253
7254
|
var isomorphicReactPackageVersion = React.version;
|
7254
|
-
if ("19.
|
7255
|
+
if ("19.3.0-canary-85c427d8-20251003" !== isomorphicReactPackageVersion)
|
7255
7256
|
throw Error(
|
7256
7257
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7257
7258
|
(isomorphicReactPackageVersion +
|
7258
|
-
"\n - react-dom: 19.
|
7259
|
+
"\n - react-dom: 19.3.0-canary-85c427d8-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
7259
7260
|
);
|
7260
7261
|
}
|
7261
7262
|
ensureCorrectIsomorphicReactVersion();
|
@@ -7509,4 +7510,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
|
|
7509
7510
|
startWork(request);
|
7510
7511
|
});
|
7511
7512
|
};
|
7512
|
-
exports.version = "19.
|
7513
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
@@ -7955,6 +7955,7 @@
|
|
7955
7955
|
var boundary = segment.boundary;
|
7956
7956
|
if (null === boundary)
|
7957
7957
|
return flushSubtree(request, destination, segment, hoistableState);
|
7958
|
+
segment.boundary = null;
|
7958
7959
|
boundary.parentFlushed = !0;
|
7959
7960
|
if (boundary.status === CLIENT_RENDERED) {
|
7960
7961
|
var row = boundary.row;
|
@@ -8681,11 +8682,11 @@
|
|
8681
8682
|
}
|
8682
8683
|
function ensureCorrectIsomorphicReactVersion() {
|
8683
8684
|
var isomorphicReactPackageVersion = React.version;
|
8684
|
-
if ("19.
|
8685
|
+
if ("19.3.0-canary-85c427d8-20251003" !== isomorphicReactPackageVersion)
|
8685
8686
|
throw Error(
|
8686
8687
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8687
8688
|
(isomorphicReactPackageVersion +
|
8688
|
-
"\n - react-dom: 19.
|
8689
|
+
"\n - react-dom: 19.3.0-canary-85c427d8-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
8689
8690
|
);
|
8690
8691
|
}
|
8691
8692
|
function createDrainHandler(destination, request) {
|
@@ -10798,5 +10799,5 @@
|
|
10798
10799
|
}
|
10799
10800
|
};
|
10800
10801
|
};
|
10801
|
-
exports.version = "19.
|
10802
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
10802
10803
|
})();
|
@@ -6568,6 +6568,7 @@ function flushSegment(request, destination, segment, hoistableState) {
|
|
6568
6568
|
var boundary = segment.boundary;
|
6569
6569
|
if (null === boundary)
|
6570
6570
|
return flushSubtree(request, destination, segment, hoistableState);
|
6571
|
+
segment.boundary = null;
|
6571
6572
|
boundary.parentFlushed = !0;
|
6572
6573
|
if (4 === boundary.status) {
|
6573
6574
|
var row = boundary.row;
|
@@ -7142,11 +7143,11 @@ function getPostponedState(request) {
|
|
7142
7143
|
}
|
7143
7144
|
function ensureCorrectIsomorphicReactVersion() {
|
7144
7145
|
var isomorphicReactPackageVersion = React.version;
|
7145
|
-
if ("19.
|
7146
|
+
if ("19.3.0-canary-85c427d8-20251003" !== isomorphicReactPackageVersion)
|
7146
7147
|
throw Error(
|
7147
7148
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7148
7149
|
(isomorphicReactPackageVersion +
|
7149
|
-
"\n - react-dom: 19.
|
7150
|
+
"\n - react-dom: 19.3.0-canary-85c427d8-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
7150
7151
|
);
|
7151
7152
|
}
|
7152
7153
|
ensureCorrectIsomorphicReactVersion();
|
@@ -7704,4 +7705,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
|
|
7704
7705
|
}
|
7705
7706
|
};
|
7706
7707
|
};
|
7707
|
-
exports.version = "19.
|
7708
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
@@ -416,7 +416,7 @@
|
|
416
416
|
exports.useFormStatus = function () {
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
418
418
|
};
|
419
|
-
exports.version = "19.
|
419
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
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.
|
210
|
+
exports.version = "19.3.0-canary-85c427d8-20251003";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-dom",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.3.0-canary-85c427d8-20251003",
|
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": "
|
20
|
+
"scheduler": "0.28.0-canary-85c427d8-20251003"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "
|
23
|
+
"react": "19.3.0-canary-85c427d8-20251003"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|