react-dom 19.1.0-canary-25677265-20250224 → 19.1.0-canary-ebc22ef7-20250225
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 +163 -160
- package/cjs/react-dom-client.production.js +31 -31
- package/cjs/react-dom-profiling.development.js +163 -160
- package/cjs/react-dom-profiling.profiling.js +31 -31
- package/cjs/react-dom-server-legacy.browser.development.js +3 -3
- package/cjs/react-dom-server-legacy.browser.production.js +3 -3
- package/cjs/react-dom-server-legacy.node.development.js +3 -3
- package/cjs/react-dom-server-legacy.node.production.js +3 -3
- package/cjs/react-dom-server.browser.development.js +5 -5
- package/cjs/react-dom-server.browser.production.js +5 -5
- package/cjs/react-dom-server.bun.development.js +5 -5
- package/cjs/react-dom-server.bun.production.js +5 -5
- package/cjs/react-dom-server.edge.development.js +5 -5
- package/cjs/react-dom-server.edge.production.js +5 -5
- package/cjs/react-dom-server.node.development.js +5 -5
- package/cjs/react-dom-server.node.production.js +5 -5
- 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
|
@@ -4442,19 +4442,19 @@ var ContextOnlyDispatcher = {
|
|
|
4442
4442
|
idWithLeadingBit & ~(1 << (32 - clz32(idWithLeadingBit) - 1))
|
|
4443
4443
|
).toString(32) + JSCompiler_inline_result;
|
|
4444
4444
|
identifierPrefix =
|
|
4445
|
-
"
|
|
4445
|
+
"\u00ab" + identifierPrefix + "R" + JSCompiler_inline_result;
|
|
4446
4446
|
JSCompiler_inline_result = localIdCounter++;
|
|
4447
4447
|
0 < JSCompiler_inline_result &&
|
|
4448
4448
|
(identifierPrefix += "H" + JSCompiler_inline_result.toString(32));
|
|
4449
|
-
identifierPrefix += "
|
|
4449
|
+
identifierPrefix += "\u00bb";
|
|
4450
4450
|
} else
|
|
4451
4451
|
(JSCompiler_inline_result = globalClientIdCounter++),
|
|
4452
4452
|
(identifierPrefix =
|
|
4453
|
-
"
|
|
4453
|
+
"\u00ab" +
|
|
4454
4454
|
identifierPrefix +
|
|
4455
4455
|
"r" +
|
|
4456
4456
|
JSCompiler_inline_result.toString(32) +
|
|
4457
|
-
"
|
|
4457
|
+
"\u00bb");
|
|
4458
4458
|
return (hook.memoizedState = identifierPrefix);
|
|
4459
4459
|
},
|
|
4460
4460
|
useHostTransitionStatus: useHostTransitionStatus,
|
|
@@ -11744,20 +11744,20 @@ function extractEvents$1(
|
|
|
11744
11744
|
}
|
|
11745
11745
|
}
|
|
11746
11746
|
for (
|
|
11747
|
-
var i$jscomp$
|
|
11748
|
-
i$jscomp$
|
|
11749
|
-
i$jscomp$
|
|
11747
|
+
var i$jscomp$inline_1512 = 0;
|
|
11748
|
+
i$jscomp$inline_1512 < simpleEventPluginEvents.length;
|
|
11749
|
+
i$jscomp$inline_1512++
|
|
11750
11750
|
) {
|
|
11751
|
-
var eventName$jscomp$
|
|
11752
|
-
simpleEventPluginEvents[i$jscomp$
|
|
11753
|
-
domEventName$jscomp$
|
|
11754
|
-
eventName$jscomp$
|
|
11755
|
-
capitalizedEvent$jscomp$
|
|
11756
|
-
eventName$jscomp$
|
|
11757
|
-
eventName$jscomp$
|
|
11751
|
+
var eventName$jscomp$inline_1513 =
|
|
11752
|
+
simpleEventPluginEvents[i$jscomp$inline_1512],
|
|
11753
|
+
domEventName$jscomp$inline_1514 =
|
|
11754
|
+
eventName$jscomp$inline_1513.toLowerCase(),
|
|
11755
|
+
capitalizedEvent$jscomp$inline_1515 =
|
|
11756
|
+
eventName$jscomp$inline_1513[0].toUpperCase() +
|
|
11757
|
+
eventName$jscomp$inline_1513.slice(1);
|
|
11758
11758
|
registerSimpleEvent(
|
|
11759
|
-
domEventName$jscomp$
|
|
11760
|
-
"on" + capitalizedEvent$jscomp$
|
|
11759
|
+
domEventName$jscomp$inline_1514,
|
|
11760
|
+
"on" + capitalizedEvent$jscomp$inline_1515
|
|
11761
11761
|
);
|
|
11762
11762
|
}
|
|
11763
11763
|
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
|
@@ -15250,16 +15250,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
15250
15250
|
0 === i && attemptExplicitHydrationTarget(target);
|
|
15251
15251
|
}
|
|
15252
15252
|
};
|
|
15253
|
-
var isomorphicReactPackageVersion$jscomp$
|
|
15253
|
+
var isomorphicReactPackageVersion$jscomp$inline_1764 = React.version;
|
|
15254
15254
|
if (
|
|
15255
|
-
"19.1.0-canary-
|
|
15256
|
-
isomorphicReactPackageVersion$jscomp$
|
|
15255
|
+
"19.1.0-canary-ebc22ef7-20250225" !==
|
|
15256
|
+
isomorphicReactPackageVersion$jscomp$inline_1764
|
|
15257
15257
|
)
|
|
15258
15258
|
throw Error(
|
|
15259
15259
|
formatProdErrorMessage(
|
|
15260
15260
|
527,
|
|
15261
|
-
isomorphicReactPackageVersion$jscomp$
|
|
15262
|
-
"19.1.0-canary-
|
|
15261
|
+
isomorphicReactPackageVersion$jscomp$inline_1764,
|
|
15262
|
+
"19.1.0-canary-ebc22ef7-20250225"
|
|
15263
15263
|
)
|
|
15264
15264
|
);
|
|
15265
15265
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -15279,24 +15279,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
15279
15279
|
null === componentOrElement ? null : componentOrElement.stateNode;
|
|
15280
15280
|
return componentOrElement;
|
|
15281
15281
|
};
|
|
15282
|
-
var internals$jscomp$
|
|
15282
|
+
var internals$jscomp$inline_2246 = {
|
|
15283
15283
|
bundleType: 0,
|
|
15284
|
-
version: "19.1.0-canary-
|
|
15284
|
+
version: "19.1.0-canary-ebc22ef7-20250225",
|
|
15285
15285
|
rendererPackageName: "react-dom",
|
|
15286
15286
|
currentDispatcherRef: ReactSharedInternals,
|
|
15287
|
-
reconcilerVersion: "19.1.0-canary-
|
|
15287
|
+
reconcilerVersion: "19.1.0-canary-ebc22ef7-20250225"
|
|
15288
15288
|
};
|
|
15289
15289
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
15290
|
-
var hook$jscomp$
|
|
15290
|
+
var hook$jscomp$inline_2247 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
15291
15291
|
if (
|
|
15292
|
-
!hook$jscomp$
|
|
15293
|
-
hook$jscomp$
|
|
15292
|
+
!hook$jscomp$inline_2247.isDisabled &&
|
|
15293
|
+
hook$jscomp$inline_2247.supportsFiber
|
|
15294
15294
|
)
|
|
15295
15295
|
try {
|
|
15296
|
-
(rendererID = hook$jscomp$
|
|
15297
|
-
internals$jscomp$
|
|
15296
|
+
(rendererID = hook$jscomp$inline_2247.inject(
|
|
15297
|
+
internals$jscomp$inline_2246
|
|
15298
15298
|
)),
|
|
15299
|
-
(injectedHook = hook$jscomp$
|
|
15299
|
+
(injectedHook = hook$jscomp$inline_2247);
|
|
15300
15300
|
} catch (err) {}
|
|
15301
15301
|
}
|
|
15302
15302
|
exports.createRoot = function (container, options) {
|
|
@@ -15388,4 +15388,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
|
15388
15388
|
listenToAllSupportedEvents(container);
|
|
15389
15389
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
15390
15390
|
};
|
|
15391
|
-
exports.version = "19.1.0-canary-
|
|
15391
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|