react-dom 19.3.0-canary-408b38ef-20251023 → 19.3.0-canary-b4455a6e-20251027
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 +713 -38
- package/cjs/react-dom-server.bun.production.js +739 -72
- 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
- package/server.bun.js +2 -0
|
@@ -30303,11 +30303,11 @@
|
|
|
30303
30303
|
};
|
|
30304
30304
|
(function () {
|
|
30305
30305
|
var isomorphicReactPackageVersion = React.version;
|
|
30306
|
-
if ("19.3.0-canary-
|
|
30306
|
+
if ("19.3.0-canary-b4455a6e-20251027" !== isomorphicReactPackageVersion)
|
|
30307
30307
|
throw Error(
|
|
30308
30308
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
30309
30309
|
(isomorphicReactPackageVersion +
|
|
30310
|
-
"\n - react-dom: 19.3.0-canary-
|
|
30310
|
+
"\n - react-dom: 19.3.0-canary-b4455a6e-20251027\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
30311
30311
|
);
|
|
30312
30312
|
})();
|
|
30313
30313
|
("function" === typeof Map &&
|
|
@@ -30344,10 +30344,10 @@
|
|
|
30344
30344
|
!(function () {
|
|
30345
30345
|
var internals = {
|
|
30346
30346
|
bundleType: 1,
|
|
30347
|
-
version: "19.3.0-canary-
|
|
30347
|
+
version: "19.3.0-canary-b4455a6e-20251027",
|
|
30348
30348
|
rendererPackageName: "react-dom",
|
|
30349
30349
|
currentDispatcherRef: ReactSharedInternals,
|
|
30350
|
-
reconcilerVersion: "19.3.0-canary-
|
|
30350
|
+
reconcilerVersion: "19.3.0-canary-b4455a6e-20251027"
|
|
30351
30351
|
};
|
|
30352
30352
|
internals.overrideHookState = overrideHookState;
|
|
30353
30353
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -30485,7 +30485,7 @@
|
|
|
30485
30485
|
listenToAllSupportedEvents(container);
|
|
30486
30486
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
30487
30487
|
};
|
|
30488
|
-
exports.version = "19.3.0-canary-
|
|
30488
|
+
exports.version = "19.3.0-canary-b4455a6e-20251027";
|
|
30489
30489
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
30490
30490
|
"function" ===
|
|
30491
30491
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -17909,14 +17909,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
17909
17909
|
};
|
|
17910
17910
|
var isomorphicReactPackageVersion$jscomp$inline_2060 = React.version;
|
|
17911
17911
|
if (
|
|
17912
|
-
"19.3.0-canary-
|
|
17912
|
+
"19.3.0-canary-b4455a6e-20251027" !==
|
|
17913
17913
|
isomorphicReactPackageVersion$jscomp$inline_2060
|
|
17914
17914
|
)
|
|
17915
17915
|
throw Error(
|
|
17916
17916
|
formatProdErrorMessage(
|
|
17917
17917
|
527,
|
|
17918
17918
|
isomorphicReactPackageVersion$jscomp$inline_2060,
|
|
17919
|
-
"19.3.0-canary-
|
|
17919
|
+
"19.3.0-canary-b4455a6e-20251027"
|
|
17920
17920
|
)
|
|
17921
17921
|
);
|
|
17922
17922
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -17938,10 +17938,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
17938
17938
|
};
|
|
17939
17939
|
var internals$jscomp$inline_2647 = {
|
|
17940
17940
|
bundleType: 0,
|
|
17941
|
-
version: "19.3.0-canary-
|
|
17941
|
+
version: "19.3.0-canary-b4455a6e-20251027",
|
|
17942
17942
|
rendererPackageName: "react-dom",
|
|
17943
17943
|
currentDispatcherRef: ReactSharedInternals,
|
|
17944
|
-
reconcilerVersion: "19.3.0-canary-
|
|
17944
|
+
reconcilerVersion: "19.3.0-canary-b4455a6e-20251027"
|
|
17945
17945
|
};
|
|
17946
17946
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
17947
17947
|
var hook$jscomp$inline_2648 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -18039,4 +18039,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
|
18039
18039
|
listenToAllSupportedEvents(container);
|
|
18040
18040
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
18041
18041
|
};
|
|
18042
|
-
exports.version = "19.3.0-canary-
|
|
18042
|
+
exports.version = "19.3.0-canary-b4455a6e-20251027";
|
|
@@ -30355,11 +30355,11 @@
|
|
|
30355
30355
|
};
|
|
30356
30356
|
(function () {
|
|
30357
30357
|
var isomorphicReactPackageVersion = React.version;
|
|
30358
|
-
if ("19.3.0-canary-
|
|
30358
|
+
if ("19.3.0-canary-b4455a6e-20251027" !== isomorphicReactPackageVersion)
|
|
30359
30359
|
throw Error(
|
|
30360
30360
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
30361
30361
|
(isomorphicReactPackageVersion +
|
|
30362
|
-
"\n - react-dom: 19.3.0-canary-
|
|
30362
|
+
"\n - react-dom: 19.3.0-canary-b4455a6e-20251027\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
30363
30363
|
);
|
|
30364
30364
|
})();
|
|
30365
30365
|
("function" === typeof Map &&
|
|
@@ -30396,10 +30396,10 @@
|
|
|
30396
30396
|
!(function () {
|
|
30397
30397
|
var internals = {
|
|
30398
30398
|
bundleType: 1,
|
|
30399
|
-
version: "19.3.0-canary-
|
|
30399
|
+
version: "19.3.0-canary-b4455a6e-20251027",
|
|
30400
30400
|
rendererPackageName: "react-dom",
|
|
30401
30401
|
currentDispatcherRef: ReactSharedInternals,
|
|
30402
|
-
reconcilerVersion: "19.3.0-canary-
|
|
30402
|
+
reconcilerVersion: "19.3.0-canary-b4455a6e-20251027"
|
|
30403
30403
|
};
|
|
30404
30404
|
internals.overrideHookState = overrideHookState;
|
|
30405
30405
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -30867,7 +30867,7 @@
|
|
|
30867
30867
|
exports.useFormStatus = function () {
|
|
30868
30868
|
return resolveDispatcher().useHostTransitionStatus();
|
|
30869
30869
|
};
|
|
30870
|
-
exports.version = "19.3.0-canary-
|
|
30870
|
+
exports.version = "19.3.0-canary-b4455a6e-20251027";
|
|
30871
30871
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
30872
30872
|
"function" ===
|
|
30873
30873
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -19831,14 +19831,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
19831
19831
|
};
|
|
19832
19832
|
var isomorphicReactPackageVersion$jscomp$inline_2357 = React.version;
|
|
19833
19833
|
if (
|
|
19834
|
-
"19.3.0-canary-
|
|
19834
|
+
"19.3.0-canary-b4455a6e-20251027" !==
|
|
19835
19835
|
isomorphicReactPackageVersion$jscomp$inline_2357
|
|
19836
19836
|
)
|
|
19837
19837
|
throw Error(
|
|
19838
19838
|
formatProdErrorMessage(
|
|
19839
19839
|
527,
|
|
19840
19840
|
isomorphicReactPackageVersion$jscomp$inline_2357,
|
|
19841
|
-
"19.3.0-canary-
|
|
19841
|
+
"19.3.0-canary-b4455a6e-20251027"
|
|
19842
19842
|
)
|
|
19843
19843
|
);
|
|
19844
19844
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -19860,10 +19860,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
19860
19860
|
};
|
|
19861
19861
|
var internals$jscomp$inline_2957 = {
|
|
19862
19862
|
bundleType: 0,
|
|
19863
|
-
version: "19.3.0-canary-
|
|
19863
|
+
version: "19.3.0-canary-b4455a6e-20251027",
|
|
19864
19864
|
rendererPackageName: "react-dom",
|
|
19865
19865
|
currentDispatcherRef: ReactSharedInternals,
|
|
19866
|
-
reconcilerVersion: "19.3.0-canary-
|
|
19866
|
+
reconcilerVersion: "19.3.0-canary-b4455a6e-20251027"
|
|
19867
19867
|
};
|
|
19868
19868
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
19869
19869
|
var hook$jscomp$inline_2958 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -20122,7 +20122,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
20122
20122
|
exports.useFormStatus = function () {
|
|
20123
20123
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
20124
20124
|
};
|
|
20125
|
-
exports.version = "19.3.0-canary-
|
|
20125
|
+
exports.version = "19.3.0-canary-b4455a6e-20251027";
|
|
20126
20126
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
20127
20127
|
"function" ===
|
|
20128
20128
|
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-b4455a6e-20251027";
|
|
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-b4455a6e-20251027";
|
|
@@ -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-b4455a6e-20251027";
|
|
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-b4455a6e-20251027";
|
|
@@ -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-b4455a6e-20251027" !== 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-b4455a6e-20251027\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-b4455a6e-20251027";
|
|
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-b4455a6e-20251027" !== isomorphicReactPackageVersion)
|
|
7374
7374
|
throw Error(
|
|
7375
7375
|
formatProdErrorMessage(
|
|
7376
7376
|
527,
|
|
7377
7377
|
isomorphicReactPackageVersion,
|
|
7378
|
-
"19.3.0-canary-
|
|
7378
|
+
"19.3.0-canary-b4455a6e-20251027"
|
|
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-b4455a6e-20251027";
|