react-dom 19.1.0-canary-fbcda19a-20250317 → 19.1.0-canary-db7dfe05-20250319
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 +155 -155
- package/cjs/react-dom-client.production.js +34 -34
- package/cjs/react-dom-profiling.development.js +155 -155
- package/cjs/react-dom-profiling.profiling.js +34 -34
- 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
@@ -2100,14 +2100,14 @@ var isInputEventSupported = !1;
|
|
2100
2100
|
if (canUseDOM) {
|
2101
2101
|
var JSCompiler_inline_result$jscomp$298;
|
2102
2102
|
if (canUseDOM) {
|
2103
|
-
var isSupported$jscomp$
|
2104
|
-
if (!isSupported$jscomp$
|
2105
|
-
var element$jscomp$
|
2106
|
-
element$jscomp$
|
2107
|
-
isSupported$jscomp$
|
2108
|
-
"function" === typeof element$jscomp$
|
2103
|
+
var isSupported$jscomp$inline_439 = "oninput" in document;
|
2104
|
+
if (!isSupported$jscomp$inline_439) {
|
2105
|
+
var element$jscomp$inline_440 = document.createElement("div");
|
2106
|
+
element$jscomp$inline_440.setAttribute("oninput", "return;");
|
2107
|
+
isSupported$jscomp$inline_439 =
|
2108
|
+
"function" === typeof element$jscomp$inline_440.oninput;
|
2109
2109
|
}
|
2110
|
-
JSCompiler_inline_result$jscomp$298 = isSupported$jscomp$
|
2110
|
+
JSCompiler_inline_result$jscomp$298 = isSupported$jscomp$inline_439;
|
2111
2111
|
} else JSCompiler_inline_result$jscomp$298 = !1;
|
2112
2112
|
isInputEventSupported =
|
2113
2113
|
JSCompiler_inline_result$jscomp$298 &&
|
@@ -12419,20 +12419,20 @@ function extractEvents$1(
|
|
12419
12419
|
}
|
12420
12420
|
}
|
12421
12421
|
for (
|
12422
|
-
var i$jscomp$
|
12423
|
-
i$jscomp$
|
12424
|
-
i$jscomp$
|
12422
|
+
var i$jscomp$inline_1648 = 0;
|
12423
|
+
i$jscomp$inline_1648 < simpleEventPluginEvents.length;
|
12424
|
+
i$jscomp$inline_1648++
|
12425
12425
|
) {
|
12426
|
-
var eventName$jscomp$
|
12427
|
-
simpleEventPluginEvents[i$jscomp$
|
12428
|
-
domEventName$jscomp$
|
12429
|
-
eventName$jscomp$
|
12430
|
-
capitalizedEvent$jscomp$
|
12431
|
-
eventName$jscomp$
|
12432
|
-
eventName$jscomp$
|
12426
|
+
var eventName$jscomp$inline_1649 =
|
12427
|
+
simpleEventPluginEvents[i$jscomp$inline_1648],
|
12428
|
+
domEventName$jscomp$inline_1650 =
|
12429
|
+
eventName$jscomp$inline_1649.toLowerCase(),
|
12430
|
+
capitalizedEvent$jscomp$inline_1651 =
|
12431
|
+
eventName$jscomp$inline_1649[0].toUpperCase() +
|
12432
|
+
eventName$jscomp$inline_1649.slice(1);
|
12433
12433
|
registerSimpleEvent(
|
12434
|
-
domEventName$jscomp$
|
12435
|
-
"on" + capitalizedEvent$jscomp$
|
12434
|
+
domEventName$jscomp$inline_1650,
|
12435
|
+
"on" + capitalizedEvent$jscomp$inline_1651
|
12436
12436
|
);
|
12437
12437
|
}
|
12438
12438
|
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
@@ -15947,16 +15947,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15947
15947
|
0 === i && attemptExplicitHydrationTarget(target);
|
15948
15948
|
}
|
15949
15949
|
};
|
15950
|
-
var isomorphicReactPackageVersion$jscomp$
|
15950
|
+
var isomorphicReactPackageVersion$jscomp$inline_1907 = React.version;
|
15951
15951
|
if (
|
15952
|
-
"19.1.0-canary-
|
15953
|
-
isomorphicReactPackageVersion$jscomp$
|
15952
|
+
"19.1.0-canary-db7dfe05-20250319" !==
|
15953
|
+
isomorphicReactPackageVersion$jscomp$inline_1907
|
15954
15954
|
)
|
15955
15955
|
throw Error(
|
15956
15956
|
formatProdErrorMessage(
|
15957
15957
|
527,
|
15958
|
-
isomorphicReactPackageVersion$jscomp$
|
15959
|
-
"19.1.0-canary-
|
15958
|
+
isomorphicReactPackageVersion$jscomp$inline_1907,
|
15959
|
+
"19.1.0-canary-db7dfe05-20250319"
|
15960
15960
|
)
|
15961
15961
|
);
|
15962
15962
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15976,12 +15976,12 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15976
15976
|
null === componentOrElement ? null : componentOrElement.stateNode;
|
15977
15977
|
return componentOrElement;
|
15978
15978
|
};
|
15979
|
-
var internals$jscomp$
|
15979
|
+
var internals$jscomp$inline_1914 = {
|
15980
15980
|
bundleType: 0,
|
15981
|
-
version: "19.1.0-canary-
|
15981
|
+
version: "19.1.0-canary-db7dfe05-20250319",
|
15982
15982
|
rendererPackageName: "react-dom",
|
15983
15983
|
currentDispatcherRef: ReactSharedInternals,
|
15984
|
-
reconcilerVersion: "19.1.0-canary-
|
15984
|
+
reconcilerVersion: "19.1.0-canary-db7dfe05-20250319",
|
15985
15985
|
getLaneLabelMap: function () {
|
15986
15986
|
for (
|
15987
15987
|
var map = new Map(), lane = 1, index$282 = 0;
|
@@ -15999,16 +15999,16 @@ var internals$jscomp$inline_1908 = {
|
|
15999
15999
|
}
|
16000
16000
|
};
|
16001
16001
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
16002
|
-
var hook$jscomp$
|
16002
|
+
var hook$jscomp$inline_2358 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
16003
16003
|
if (
|
16004
|
-
!hook$jscomp$
|
16005
|
-
hook$jscomp$
|
16004
|
+
!hook$jscomp$inline_2358.isDisabled &&
|
16005
|
+
hook$jscomp$inline_2358.supportsFiber
|
16006
16006
|
)
|
16007
16007
|
try {
|
16008
|
-
(rendererID = hook$jscomp$
|
16009
|
-
internals$jscomp$
|
16008
|
+
(rendererID = hook$jscomp$inline_2358.inject(
|
16009
|
+
internals$jscomp$inline_1914
|
16010
16010
|
)),
|
16011
|
-
(injectedHook = hook$jscomp$
|
16011
|
+
(injectedHook = hook$jscomp$inline_2358);
|
16012
16012
|
} catch (err) {}
|
16013
16013
|
}
|
16014
16014
|
function noop() {}
|
@@ -16261,7 +16261,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16261
16261
|
exports.useFormStatus = function () {
|
16262
16262
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16263
16263
|
};
|
16264
|
-
exports.version = "19.1.0-canary-
|
16264
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
16265
16265
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16266
16266
|
"function" ===
|
16267
16267
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -9012,5 +9012,5 @@
|
|
9012
9012
|
'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'
|
9013
9013
|
);
|
9014
9014
|
};
|
9015
|
-
exports.version = "19.1.0-canary-
|
9015
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
9016
9016
|
})();
|
@@ -5889,4 +5889,4 @@ exports.renderToString = function (children, options) {
|
|
5889
5889
|
'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'
|
5890
5890
|
);
|
5891
5891
|
};
|
5892
|
-
exports.version = "19.1.0-canary-
|
5892
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
@@ -9012,5 +9012,5 @@
|
|
9012
9012
|
'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'
|
9013
9013
|
);
|
9014
9014
|
};
|
9015
|
-
exports.version = "19.1.0-canary-
|
9015
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
9016
9016
|
})();
|
@@ -5969,4 +5969,4 @@ exports.renderToString = function (children, options) {
|
|
5969
5969
|
'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'
|
5970
5970
|
);
|
5971
5971
|
};
|
5972
|
-
exports.version = "19.1.0-canary-
|
5972
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
@@ -7742,11 +7742,11 @@
|
|
7742
7742
|
}
|
7743
7743
|
function ensureCorrectIsomorphicReactVersion() {
|
7744
7744
|
var isomorphicReactPackageVersion = React.version;
|
7745
|
-
if ("19.1.0-canary-
|
7745
|
+
if ("19.1.0-canary-db7dfe05-20250319" !== isomorphicReactPackageVersion)
|
7746
7746
|
throw Error(
|
7747
7747
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7748
7748
|
(isomorphicReactPackageVersion +
|
7749
|
-
"\n - react-dom: 19.1.0-canary-
|
7749
|
+
"\n - react-dom: 19.1.0-canary-db7dfe05-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
7750
7750
|
);
|
7751
7751
|
}
|
7752
7752
|
var React = require("react"),
|
@@ -9401,5 +9401,5 @@
|
|
9401
9401
|
startWork(request);
|
9402
9402
|
});
|
9403
9403
|
};
|
9404
|
-
exports.version = "19.1.0-canary-
|
9404
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
9405
9405
|
})();
|
@@ -6229,12 +6229,12 @@ function abort(request, reason) {
|
|
6229
6229
|
}
|
6230
6230
|
function ensureCorrectIsomorphicReactVersion() {
|
6231
6231
|
var isomorphicReactPackageVersion = React.version;
|
6232
|
-
if ("19.1.0-canary-
|
6232
|
+
if ("19.1.0-canary-db7dfe05-20250319" !== isomorphicReactPackageVersion)
|
6233
6233
|
throw Error(
|
6234
6234
|
formatProdErrorMessage(
|
6235
6235
|
527,
|
6236
6236
|
isomorphicReactPackageVersion,
|
6237
|
-
"19.1.0-canary-
|
6237
|
+
"19.1.0-canary-db7dfe05-20250319"
|
6238
6238
|
)
|
6239
6239
|
);
|
6240
6240
|
}
|
@@ -6381,4 +6381,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6381
6381
|
startWork(request);
|
6382
6382
|
});
|
6383
6383
|
};
|
6384
|
-
exports.version = "19.1.0-canary-
|
6384
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
@@ -8620,13 +8620,13 @@ function abort(request, reason) {
|
|
8620
8620
|
}
|
8621
8621
|
var isomorphicReactPackageVersion$jscomp$inline_740 = React.version;
|
8622
8622
|
if (
|
8623
|
-
"19.1.0-canary-
|
8623
|
+
"19.1.0-canary-db7dfe05-20250319" !==
|
8624
8624
|
isomorphicReactPackageVersion$jscomp$inline_740
|
8625
8625
|
)
|
8626
8626
|
throw Error(
|
8627
8627
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8628
8628
|
(isomorphicReactPackageVersion$jscomp$inline_740 +
|
8629
|
-
"\n - react-dom: 19.1.0-canary-
|
8629
|
+
"\n - react-dom: 19.1.0-canary-db7dfe05-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
8630
8630
|
);
|
8631
8631
|
exports.renderToReadableStream = function (children, options) {
|
8632
8632
|
return new Promise(function (resolve, reject) {
|
@@ -8719,4 +8719,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
8719
8719
|
startWork(request$jscomp$0);
|
8720
8720
|
});
|
8721
8721
|
};
|
8722
|
-
exports.version = "19.1.0-canary-
|
8722
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
@@ -5867,13 +5867,13 @@ function abort(request, reason) {
|
|
5867
5867
|
}
|
5868
5868
|
var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
|
5869
5869
|
if (
|
5870
|
-
"19.1.0-canary-
|
5870
|
+
"19.1.0-canary-db7dfe05-20250319" !==
|
5871
5871
|
isomorphicReactPackageVersion$jscomp$inline_761
|
5872
5872
|
)
|
5873
5873
|
throw Error(
|
5874
5874
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5875
5875
|
(isomorphicReactPackageVersion$jscomp$inline_761 +
|
5876
|
-
"\n - react-dom: 19.1.0-canary-
|
5876
|
+
"\n - react-dom: 19.1.0-canary-db7dfe05-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
5877
5877
|
);
|
5878
5878
|
exports.renderToReadableStream = function (children, options) {
|
5879
5879
|
return new Promise(function (resolve, reject) {
|
@@ -5964,4 +5964,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5964
5964
|
startWork(request);
|
5965
5965
|
});
|
5966
5966
|
};
|
5967
|
-
exports.version = "19.1.0-canary-
|
5967
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
@@ -7765,11 +7765,11 @@
|
|
7765
7765
|
}
|
7766
7766
|
function ensureCorrectIsomorphicReactVersion() {
|
7767
7767
|
var isomorphicReactPackageVersion = React.version;
|
7768
|
-
if ("19.1.0-canary-
|
7768
|
+
if ("19.1.0-canary-db7dfe05-20250319" !== isomorphicReactPackageVersion)
|
7769
7769
|
throw Error(
|
7770
7770
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7771
7771
|
(isomorphicReactPackageVersion +
|
7772
|
-
"\n - react-dom: 19.1.0-canary-
|
7772
|
+
"\n - react-dom: 19.1.0-canary-db7dfe05-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
7773
7773
|
);
|
7774
7774
|
}
|
7775
7775
|
var React = require("react"),
|
@@ -9420,5 +9420,5 @@
|
|
9420
9420
|
startWork(request);
|
9421
9421
|
});
|
9422
9422
|
};
|
9423
|
-
exports.version = "19.1.0-canary-
|
9423
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
9424
9424
|
})();
|
@@ -6324,11 +6324,11 @@ function abort(request, reason) {
|
|
6324
6324
|
}
|
6325
6325
|
function ensureCorrectIsomorphicReactVersion() {
|
6326
6326
|
var isomorphicReactPackageVersion = React.version;
|
6327
|
-
if ("19.1.0-canary-
|
6327
|
+
if ("19.1.0-canary-db7dfe05-20250319" !== isomorphicReactPackageVersion)
|
6328
6328
|
throw Error(
|
6329
6329
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6330
6330
|
(isomorphicReactPackageVersion +
|
6331
|
-
"\n - react-dom: 19.1.0-canary-
|
6331
|
+
"\n - react-dom: 19.1.0-canary-db7dfe05-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
6332
6332
|
);
|
6333
6333
|
}
|
6334
6334
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6474,4 +6474,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6474
6474
|
startWork(request);
|
6475
6475
|
});
|
6476
6476
|
};
|
6477
|
-
exports.version = "19.1.0-canary-
|
6477
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
@@ -7640,11 +7640,11 @@
|
|
7640
7640
|
}
|
7641
7641
|
function ensureCorrectIsomorphicReactVersion() {
|
7642
7642
|
var isomorphicReactPackageVersion = React.version;
|
7643
|
-
if ("19.1.0-canary-
|
7643
|
+
if ("19.1.0-canary-db7dfe05-20250319" !== isomorphicReactPackageVersion)
|
7644
7644
|
throw Error(
|
7645
7645
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7646
7646
|
(isomorphicReactPackageVersion +
|
7647
|
-
"\n - react-dom: 19.1.0-canary-
|
7647
|
+
"\n - react-dom: 19.1.0-canary-db7dfe05-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
7648
7648
|
);
|
7649
7649
|
}
|
7650
7650
|
function createDrainHandler(destination, request) {
|
@@ -9294,5 +9294,5 @@
|
|
9294
9294
|
}
|
9295
9295
|
};
|
9296
9296
|
};
|
9297
|
-
exports.version = "19.1.0-canary-
|
9297
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
9298
9298
|
})();
|
@@ -6216,11 +6216,11 @@ function abort(request, reason) {
|
|
6216
6216
|
}
|
6217
6217
|
function ensureCorrectIsomorphicReactVersion() {
|
6218
6218
|
var isomorphicReactPackageVersion = React.version;
|
6219
|
-
if ("19.1.0-canary-
|
6219
|
+
if ("19.1.0-canary-db7dfe05-20250319" !== isomorphicReactPackageVersion)
|
6220
6220
|
throw Error(
|
6221
6221
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6222
6222
|
(isomorphicReactPackageVersion +
|
6223
|
-
"\n - react-dom: 19.1.0-canary-
|
6223
|
+
"\n - react-dom: 19.1.0-canary-db7dfe05-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
6224
6224
|
);
|
6225
6225
|
}
|
6226
6226
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6369,4 +6369,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
6369
6369
|
}
|
6370
6370
|
};
|
6371
6371
|
};
|
6372
|
-
exports.version = "19.1.0-canary-
|
6372
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
@@ -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-db7dfe05-20250319";
|
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-db7dfe05-20250319";
|
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-db7dfe05-20250319",
|
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-db7dfe05-20250319"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.1.0-canary-
|
23
|
+
"react": "19.1.0-canary-db7dfe05-20250319"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|