react-dom 19.1.0-canary-056073de-20250109 → 19.1.0-canary-cabd8a0e-20250113
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 +829 -820
- package/cjs/react-dom-client.production.js +364 -357
- package/cjs/react-dom-profiling.development.js +829 -820
- package/cjs/react-dom-profiling.profiling.js +364 -357
- 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
|
@@ -8555,5 +8555,5 @@
|
|
|
8555
8555
|
'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'
|
|
8556
8556
|
);
|
|
8557
8557
|
};
|
|
8558
|
-
exports.version = "19.1.0-canary-
|
|
8558
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
|
8559
8559
|
})();
|
|
@@ -5610,4 +5610,4 @@ exports.renderToString = function (children, options) {
|
|
|
5610
5610
|
'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'
|
|
5611
5611
|
);
|
|
5612
5612
|
};
|
|
5613
|
-
exports.version = "19.1.0-canary-
|
|
5613
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
|
@@ -8555,5 +8555,5 @@
|
|
|
8555
8555
|
'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'
|
|
8556
8556
|
);
|
|
8557
8557
|
};
|
|
8558
|
-
exports.version = "19.1.0-canary-
|
|
8558
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
|
8559
8559
|
})();
|
|
@@ -5687,4 +5687,4 @@ exports.renderToString = function (children, options) {
|
|
|
5687
5687
|
'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'
|
|
5688
5688
|
);
|
|
5689
5689
|
};
|
|
5690
|
-
exports.version = "19.1.0-canary-
|
|
5690
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
|
@@ -7293,11 +7293,11 @@
|
|
|
7293
7293
|
}
|
|
7294
7294
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7295
7295
|
var isomorphicReactPackageVersion = React.version;
|
|
7296
|
-
if ("19.1.0-canary-
|
|
7296
|
+
if ("19.1.0-canary-cabd8a0e-20250113" !== isomorphicReactPackageVersion)
|
|
7297
7297
|
throw Error(
|
|
7298
7298
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7299
7299
|
(isomorphicReactPackageVersion +
|
|
7300
|
-
"\n - react-dom: 19.1.0-canary-
|
|
7300
|
+
"\n - react-dom: 19.1.0-canary-cabd8a0e-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7301
7301
|
);
|
|
7302
7302
|
}
|
|
7303
7303
|
var React = require("react"),
|
|
@@ -8937,5 +8937,5 @@
|
|
|
8937
8937
|
startWork(request);
|
|
8938
8938
|
});
|
|
8939
8939
|
};
|
|
8940
|
-
exports.version = "19.1.0-canary-
|
|
8940
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
|
8941
8941
|
})();
|
|
@@ -5942,12 +5942,12 @@ function abort(request, reason) {
|
|
|
5942
5942
|
}
|
|
5943
5943
|
function ensureCorrectIsomorphicReactVersion() {
|
|
5944
5944
|
var isomorphicReactPackageVersion = React.version;
|
|
5945
|
-
if ("19.1.0-canary-
|
|
5945
|
+
if ("19.1.0-canary-cabd8a0e-20250113" !== isomorphicReactPackageVersion)
|
|
5946
5946
|
throw Error(
|
|
5947
5947
|
formatProdErrorMessage(
|
|
5948
5948
|
527,
|
|
5949
5949
|
isomorphicReactPackageVersion,
|
|
5950
|
-
"19.1.0-canary-
|
|
5950
|
+
"19.1.0-canary-cabd8a0e-20250113"
|
|
5951
5951
|
)
|
|
5952
5952
|
);
|
|
5953
5953
|
}
|
|
@@ -6094,4 +6094,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
6094
6094
|
startWork(request);
|
|
6095
6095
|
});
|
|
6096
6096
|
};
|
|
6097
|
-
exports.version = "19.1.0-canary-
|
|
6097
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
|
@@ -8176,13 +8176,13 @@ function abort(request, reason) {
|
|
|
8176
8176
|
}
|
|
8177
8177
|
var isomorphicReactPackageVersion$jscomp$inline_699 = React.version;
|
|
8178
8178
|
if (
|
|
8179
|
-
"19.1.0-canary-
|
|
8179
|
+
"19.1.0-canary-cabd8a0e-20250113" !==
|
|
8180
8180
|
isomorphicReactPackageVersion$jscomp$inline_699
|
|
8181
8181
|
)
|
|
8182
8182
|
throw Error(
|
|
8183
8183
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8184
8184
|
(isomorphicReactPackageVersion$jscomp$inline_699 +
|
|
8185
|
-
"\n - react-dom: 19.1.0-canary-
|
|
8185
|
+
"\n - react-dom: 19.1.0-canary-cabd8a0e-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8186
8186
|
);
|
|
8187
8187
|
exports.renderToReadableStream = function (children, options) {
|
|
8188
8188
|
return new Promise(function (resolve, reject) {
|
|
@@ -8274,4 +8274,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
8274
8274
|
startWork(request$jscomp$0);
|
|
8275
8275
|
});
|
|
8276
8276
|
};
|
|
8277
|
-
exports.version = "19.1.0-canary-
|
|
8277
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
|
@@ -5579,13 +5579,13 @@ function abort(request, reason) {
|
|
|
5579
5579
|
}
|
|
5580
5580
|
var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
|
|
5581
5581
|
if (
|
|
5582
|
-
"19.1.0-canary-
|
|
5582
|
+
"19.1.0-canary-cabd8a0e-20250113" !==
|
|
5583
5583
|
isomorphicReactPackageVersion$jscomp$inline_728
|
|
5584
5584
|
)
|
|
5585
5585
|
throw Error(
|
|
5586
5586
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
5587
5587
|
(isomorphicReactPackageVersion$jscomp$inline_728 +
|
|
5588
|
-
"\n - react-dom: 19.1.0-canary-
|
|
5588
|
+
"\n - react-dom: 19.1.0-canary-cabd8a0e-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
5589
5589
|
);
|
|
5590
5590
|
exports.renderToReadableStream = function (children, options) {
|
|
5591
5591
|
return new Promise(function (resolve, reject) {
|
|
@@ -5676,4 +5676,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
5676
5676
|
startWork(request);
|
|
5677
5677
|
});
|
|
5678
5678
|
};
|
|
5679
|
-
exports.version = "19.1.0-canary-
|
|
5679
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
|
@@ -7316,11 +7316,11 @@
|
|
|
7316
7316
|
}
|
|
7317
7317
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7318
7318
|
var isomorphicReactPackageVersion = React.version;
|
|
7319
|
-
if ("19.1.0-canary-
|
|
7319
|
+
if ("19.1.0-canary-cabd8a0e-20250113" !== isomorphicReactPackageVersion)
|
|
7320
7320
|
throw Error(
|
|
7321
7321
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7322
7322
|
(isomorphicReactPackageVersion +
|
|
7323
|
-
"\n - react-dom: 19.1.0-canary-
|
|
7323
|
+
"\n - react-dom: 19.1.0-canary-cabd8a0e-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7324
7324
|
);
|
|
7325
7325
|
}
|
|
7326
7326
|
var React = require("react"),
|
|
@@ -8956,5 +8956,5 @@
|
|
|
8956
8956
|
startWork(request);
|
|
8957
8957
|
});
|
|
8958
8958
|
};
|
|
8959
|
-
exports.version = "19.1.0-canary-
|
|
8959
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
|
8960
8960
|
})();
|
|
@@ -6034,11 +6034,11 @@ function abort(request, reason) {
|
|
|
6034
6034
|
}
|
|
6035
6035
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6036
6036
|
var isomorphicReactPackageVersion = React.version;
|
|
6037
|
-
if ("19.1.0-canary-
|
|
6037
|
+
if ("19.1.0-canary-cabd8a0e-20250113" !== isomorphicReactPackageVersion)
|
|
6038
6038
|
throw Error(
|
|
6039
6039
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6040
6040
|
(isomorphicReactPackageVersion +
|
|
6041
|
-
"\n - react-dom: 19.1.0-canary-
|
|
6041
|
+
"\n - react-dom: 19.1.0-canary-cabd8a0e-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6042
6042
|
);
|
|
6043
6043
|
}
|
|
6044
6044
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -6184,4 +6184,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
6184
6184
|
startWork(request);
|
|
6185
6185
|
});
|
|
6186
6186
|
};
|
|
6187
|
-
exports.version = "19.1.0-canary-
|
|
6187
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
|
@@ -7191,11 +7191,11 @@
|
|
|
7191
7191
|
}
|
|
7192
7192
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7193
7193
|
var isomorphicReactPackageVersion = React.version;
|
|
7194
|
-
if ("19.1.0-canary-
|
|
7194
|
+
if ("19.1.0-canary-cabd8a0e-20250113" !== isomorphicReactPackageVersion)
|
|
7195
7195
|
throw Error(
|
|
7196
7196
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7197
7197
|
(isomorphicReactPackageVersion +
|
|
7198
|
-
"\n - react-dom: 19.1.0-canary-
|
|
7198
|
+
"\n - react-dom: 19.1.0-canary-cabd8a0e-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7199
7199
|
);
|
|
7200
7200
|
}
|
|
7201
7201
|
function createDrainHandler(destination, request) {
|
|
@@ -8830,5 +8830,5 @@
|
|
|
8830
8830
|
}
|
|
8831
8831
|
};
|
|
8832
8832
|
};
|
|
8833
|
-
exports.version = "19.1.0-canary-
|
|
8833
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
|
8834
8834
|
})();
|
|
@@ -5926,11 +5926,11 @@ function abort(request, reason) {
|
|
|
5926
5926
|
}
|
|
5927
5927
|
function ensureCorrectIsomorphicReactVersion() {
|
|
5928
5928
|
var isomorphicReactPackageVersion = React.version;
|
|
5929
|
-
if ("19.1.0-canary-
|
|
5929
|
+
if ("19.1.0-canary-cabd8a0e-20250113" !== isomorphicReactPackageVersion)
|
|
5930
5930
|
throw Error(
|
|
5931
5931
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
5932
5932
|
(isomorphicReactPackageVersion +
|
|
5933
|
-
"\n - react-dom: 19.1.0-canary-
|
|
5933
|
+
"\n - react-dom: 19.1.0-canary-cabd8a0e-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
5934
5934
|
);
|
|
5935
5935
|
}
|
|
5936
5936
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -6079,4 +6079,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
|
6079
6079
|
}
|
|
6080
6080
|
};
|
|
6081
6081
|
};
|
|
6082
|
-
exports.version = "19.1.0-canary-
|
|
6082
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
exports.useFormStatus = function () {
|
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
|
418
418
|
};
|
|
419
|
-
exports.version = "19.1.0-canary-
|
|
419
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
|
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.1.0-canary-
|
|
210
|
+
exports.version = "19.1.0-canary-cabd8a0e-20250113";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-dom",
|
|
3
|
-
"version": "19.1.0-canary-
|
|
3
|
+
"version": "19.1.0-canary-cabd8a0e-20250113",
|
|
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.26.0-canary-
|
|
20
|
+
"scheduler": "0.26.0-canary-cabd8a0e-20250113"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "19.1.0-canary-
|
|
23
|
+
"react": "19.1.0-canary-cabd8a0e-20250113"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"LICENSE",
|