react-dom 19.1.0-canary-d4287258-20241217 → 19.1.0-canary-ef979d47-20241218
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 +6505 -6544
- package/cjs/react-dom-client.production.js +4797 -4799
- package/cjs/react-dom-profiling.development.js +6505 -6544
- package/cjs/react-dom-profiling.profiling.js +4840 -4842
- 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
@@ -8556,5 +8556,5 @@
|
|
8556
8556
|
'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'
|
8557
8557
|
);
|
8558
8558
|
};
|
8559
|
-
exports.version = "19.1.0-canary-
|
8559
|
+
exports.version = "19.1.0-canary-ef979d47-20241218";
|
8560
8560
|
})();
|
@@ -5611,4 +5611,4 @@ exports.renderToString = function (children, options) {
|
|
5611
5611
|
'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'
|
5612
5612
|
);
|
5613
5613
|
};
|
5614
|
-
exports.version = "19.1.0-canary-
|
5614
|
+
exports.version = "19.1.0-canary-ef979d47-20241218";
|
@@ -8556,5 +8556,5 @@
|
|
8556
8556
|
'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'
|
8557
8557
|
);
|
8558
8558
|
};
|
8559
|
-
exports.version = "19.1.0-canary-
|
8559
|
+
exports.version = "19.1.0-canary-ef979d47-20241218";
|
8560
8560
|
})();
|
@@ -5688,4 +5688,4 @@ exports.renderToString = function (children, options) {
|
|
5688
5688
|
'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'
|
5689
5689
|
);
|
5690
5690
|
};
|
5691
|
-
exports.version = "19.1.0-canary-
|
5691
|
+
exports.version = "19.1.0-canary-ef979d47-20241218";
|
@@ -7292,11 +7292,11 @@
|
|
7292
7292
|
}
|
7293
7293
|
function ensureCorrectIsomorphicReactVersion() {
|
7294
7294
|
var isomorphicReactPackageVersion = React.version;
|
7295
|
-
if ("19.1.0-canary-
|
7295
|
+
if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
|
7296
7296
|
throw Error(
|
7297
7297
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7298
7298
|
(isomorphicReactPackageVersion +
|
7299
|
-
"\n - react-dom: 19.1.0-canary-
|
7299
|
+
"\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
|
7300
7300
|
);
|
7301
7301
|
}
|
7302
7302
|
var React = require("react"),
|
@@ -8938,5 +8938,5 @@
|
|
8938
8938
|
startWork(request);
|
8939
8939
|
});
|
8940
8940
|
};
|
8941
|
-
exports.version = "19.1.0-canary-
|
8941
|
+
exports.version = "19.1.0-canary-ef979d47-20241218";
|
8942
8942
|
})();
|
@@ -5943,12 +5943,12 @@ function abort(request, reason) {
|
|
5943
5943
|
}
|
5944
5944
|
function ensureCorrectIsomorphicReactVersion() {
|
5945
5945
|
var isomorphicReactPackageVersion = React.version;
|
5946
|
-
if ("19.1.0-canary-
|
5946
|
+
if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
|
5947
5947
|
throw Error(
|
5948
5948
|
formatProdErrorMessage(
|
5949
5949
|
527,
|
5950
5950
|
isomorphicReactPackageVersion,
|
5951
|
-
"19.1.0-canary-
|
5951
|
+
"19.1.0-canary-ef979d47-20241218"
|
5952
5952
|
)
|
5953
5953
|
);
|
5954
5954
|
}
|
@@ -6095,4 +6095,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6095
6095
|
startWork(request);
|
6096
6096
|
});
|
6097
6097
|
};
|
6098
|
-
exports.version = "19.1.0-canary-
|
6098
|
+
exports.version = "19.1.0-canary-ef979d47-20241218";
|
@@ -8177,13 +8177,13 @@ function abort(request, reason) {
|
|
8177
8177
|
}
|
8178
8178
|
var isomorphicReactPackageVersion$jscomp$inline_699 = React.version;
|
8179
8179
|
if (
|
8180
|
-
"19.1.0-canary-
|
8180
|
+
"19.1.0-canary-ef979d47-20241218" !==
|
8181
8181
|
isomorphicReactPackageVersion$jscomp$inline_699
|
8182
8182
|
)
|
8183
8183
|
throw Error(
|
8184
8184
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8185
8185
|
(isomorphicReactPackageVersion$jscomp$inline_699 +
|
8186
|
-
"\n - react-dom: 19.1.0-canary-
|
8186
|
+
"\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
|
8187
8187
|
);
|
8188
8188
|
exports.renderToReadableStream = function (children, options) {
|
8189
8189
|
return new Promise(function (resolve, reject) {
|
@@ -8275,4 +8275,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
8275
8275
|
startWork(request$jscomp$0);
|
8276
8276
|
});
|
8277
8277
|
};
|
8278
|
-
exports.version = "19.1.0-canary-
|
8278
|
+
exports.version = "19.1.0-canary-ef979d47-20241218";
|
@@ -5580,13 +5580,13 @@ function abort(request, reason) {
|
|
5580
5580
|
}
|
5581
5581
|
var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
|
5582
5582
|
if (
|
5583
|
-
"19.1.0-canary-
|
5583
|
+
"19.1.0-canary-ef979d47-20241218" !==
|
5584
5584
|
isomorphicReactPackageVersion$jscomp$inline_728
|
5585
5585
|
)
|
5586
5586
|
throw Error(
|
5587
5587
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5588
5588
|
(isomorphicReactPackageVersion$jscomp$inline_728 +
|
5589
|
-
"\n - react-dom: 19.1.0-canary-
|
5589
|
+
"\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
|
5590
5590
|
);
|
5591
5591
|
exports.renderToReadableStream = function (children, options) {
|
5592
5592
|
return new Promise(function (resolve, reject) {
|
@@ -5677,4 +5677,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5677
5677
|
startWork(request);
|
5678
5678
|
});
|
5679
5679
|
};
|
5680
|
-
exports.version = "19.1.0-canary-
|
5680
|
+
exports.version = "19.1.0-canary-ef979d47-20241218";
|
@@ -7315,11 +7315,11 @@
|
|
7315
7315
|
}
|
7316
7316
|
function ensureCorrectIsomorphicReactVersion() {
|
7317
7317
|
var isomorphicReactPackageVersion = React.version;
|
7318
|
-
if ("19.1.0-canary-
|
7318
|
+
if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
|
7319
7319
|
throw Error(
|
7320
7320
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7321
7321
|
(isomorphicReactPackageVersion +
|
7322
|
-
"\n - react-dom: 19.1.0-canary-
|
7322
|
+
"\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
|
7323
7323
|
);
|
7324
7324
|
}
|
7325
7325
|
var React = require("react"),
|
@@ -8957,5 +8957,5 @@
|
|
8957
8957
|
startWork(request);
|
8958
8958
|
});
|
8959
8959
|
};
|
8960
|
-
exports.version = "19.1.0-canary-
|
8960
|
+
exports.version = "19.1.0-canary-ef979d47-20241218";
|
8961
8961
|
})();
|
@@ -6035,11 +6035,11 @@ function abort(request, reason) {
|
|
6035
6035
|
}
|
6036
6036
|
function ensureCorrectIsomorphicReactVersion() {
|
6037
6037
|
var isomorphicReactPackageVersion = React.version;
|
6038
|
-
if ("19.1.0-canary-
|
6038
|
+
if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
|
6039
6039
|
throw Error(
|
6040
6040
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6041
6041
|
(isomorphicReactPackageVersion +
|
6042
|
-
"\n - react-dom: 19.1.0-canary-
|
6042
|
+
"\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
|
6043
6043
|
);
|
6044
6044
|
}
|
6045
6045
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6185,4 +6185,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6185
6185
|
startWork(request);
|
6186
6186
|
});
|
6187
6187
|
};
|
6188
|
-
exports.version = "19.1.0-canary-
|
6188
|
+
exports.version = "19.1.0-canary-ef979d47-20241218";
|
@@ -7190,11 +7190,11 @@
|
|
7190
7190
|
}
|
7191
7191
|
function ensureCorrectIsomorphicReactVersion() {
|
7192
7192
|
var isomorphicReactPackageVersion = React.version;
|
7193
|
-
if ("19.1.0-canary-
|
7193
|
+
if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
|
7194
7194
|
throw Error(
|
7195
7195
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7196
7196
|
(isomorphicReactPackageVersion +
|
7197
|
-
"\n - react-dom: 19.1.0-canary-
|
7197
|
+
"\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
|
7198
7198
|
);
|
7199
7199
|
}
|
7200
7200
|
function createDrainHandler(destination, request) {
|
@@ -8831,5 +8831,5 @@
|
|
8831
8831
|
}
|
8832
8832
|
};
|
8833
8833
|
};
|
8834
|
-
exports.version = "19.1.0-canary-
|
8834
|
+
exports.version = "19.1.0-canary-ef979d47-20241218";
|
8835
8835
|
})();
|
@@ -5927,11 +5927,11 @@ function abort(request, reason) {
|
|
5927
5927
|
}
|
5928
5928
|
function ensureCorrectIsomorphicReactVersion() {
|
5929
5929
|
var isomorphicReactPackageVersion = React.version;
|
5930
|
-
if ("19.1.0-canary-
|
5930
|
+
if ("19.1.0-canary-ef979d47-20241218" !== isomorphicReactPackageVersion)
|
5931
5931
|
throw Error(
|
5932
5932
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5933
5933
|
(isomorphicReactPackageVersion +
|
5934
|
-
"\n - react-dom: 19.1.0-canary-
|
5934
|
+
"\n - react-dom: 19.1.0-canary-ef979d47-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
|
5935
5935
|
);
|
5936
5936
|
}
|
5937
5937
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6080,4 +6080,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
6080
6080
|
}
|
6081
6081
|
};
|
6082
6082
|
};
|
6083
|
-
exports.version = "19.1.0-canary-
|
6083
|
+
exports.version = "19.1.0-canary-ef979d47-20241218";
|
@@ -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-ef979d47-20241218";
|
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-ef979d47-20241218";
|
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-ef979d47-20241218",
|
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-ef979d47-20241218"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.1.0-canary-
|
23
|
+
"react": "19.1.0-canary-ef979d47-20241218"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|