react-dom 19.2.0-canary-a96a0f39-20250815 → 19.2.0-canary-0bdb9206-20250818
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 +2 -2
- package/cjs/react-dom-server-legacy.browser.production.js +3 -3
- package/cjs/react-dom-server-legacy.node.development.js +2 -2
- package/cjs/react-dom-server-legacy.node.production.js +3 -3
- package/cjs/react-dom-server.browser.development.js +4 -4
- package/cjs/react-dom-server.browser.production.js +4 -4
- package/cjs/react-dom-server.bun.development.js +4 -4
- package/cjs/react-dom-server.bun.production.js +5 -5
- package/cjs/react-dom-server.edge.development.js +4 -4
- package/cjs/react-dom-server.edge.production.js +4 -4
- package/cjs/react-dom-server.node.development.js +4 -4
- package/cjs/react-dom-server.node.production.js +4 -4
- 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
|
@@ -25556,11 +25556,11 @@
|
|
|
25556
25556
|
};
|
|
25557
25557
|
(function () {
|
|
25558
25558
|
var isomorphicReactPackageVersion = React.version;
|
|
25559
|
-
if ("19.2.0-canary-
|
|
25559
|
+
if ("19.2.0-canary-0bdb9206-20250818" !== isomorphicReactPackageVersion)
|
|
25560
25560
|
throw Error(
|
|
25561
25561
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
25562
25562
|
(isomorphicReactPackageVersion +
|
|
25563
|
-
"\n - react-dom: 19.2.0-canary-
|
|
25563
|
+
"\n - react-dom: 19.2.0-canary-0bdb9206-20250818\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
25564
25564
|
);
|
|
25565
25565
|
})();
|
|
25566
25566
|
("function" === typeof Map &&
|
|
@@ -25597,10 +25597,10 @@
|
|
|
25597
25597
|
!(function () {
|
|
25598
25598
|
var internals = {
|
|
25599
25599
|
bundleType: 1,
|
|
25600
|
-
version: "19.2.0-canary-
|
|
25600
|
+
version: "19.2.0-canary-0bdb9206-20250818",
|
|
25601
25601
|
rendererPackageName: "react-dom",
|
|
25602
25602
|
currentDispatcherRef: ReactSharedInternals,
|
|
25603
|
-
reconcilerVersion: "19.2.0-canary-
|
|
25603
|
+
reconcilerVersion: "19.2.0-canary-0bdb9206-20250818"
|
|
25604
25604
|
};
|
|
25605
25605
|
internals.overrideHookState = overrideHookState;
|
|
25606
25606
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -25738,7 +25738,7 @@
|
|
|
25738
25738
|
listenToAllSupportedEvents(container);
|
|
25739
25739
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
25740
25740
|
};
|
|
25741
|
-
exports.version = "19.2.0-canary-
|
|
25741
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
25742
25742
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
25743
25743
|
"function" ===
|
|
25744
25744
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -15706,14 +15706,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
15706
15706
|
};
|
|
15707
15707
|
var isomorphicReactPackageVersion$jscomp$inline_1833 = React.version;
|
|
15708
15708
|
if (
|
|
15709
|
-
"19.2.0-canary-
|
|
15709
|
+
"19.2.0-canary-0bdb9206-20250818" !==
|
|
15710
15710
|
isomorphicReactPackageVersion$jscomp$inline_1833
|
|
15711
15711
|
)
|
|
15712
15712
|
throw Error(
|
|
15713
15713
|
formatProdErrorMessage(
|
|
15714
15714
|
527,
|
|
15715
15715
|
isomorphicReactPackageVersion$jscomp$inline_1833,
|
|
15716
|
-
"19.2.0-canary-
|
|
15716
|
+
"19.2.0-canary-0bdb9206-20250818"
|
|
15717
15717
|
)
|
|
15718
15718
|
);
|
|
15719
15719
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -15735,10 +15735,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
15735
15735
|
};
|
|
15736
15736
|
var internals$jscomp$inline_2336 = {
|
|
15737
15737
|
bundleType: 0,
|
|
15738
|
-
version: "19.2.0-canary-
|
|
15738
|
+
version: "19.2.0-canary-0bdb9206-20250818",
|
|
15739
15739
|
rendererPackageName: "react-dom",
|
|
15740
15740
|
currentDispatcherRef: ReactSharedInternals,
|
|
15741
|
-
reconcilerVersion: "19.2.0-canary-
|
|
15741
|
+
reconcilerVersion: "19.2.0-canary-0bdb9206-20250818"
|
|
15742
15742
|
};
|
|
15743
15743
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
15744
15744
|
var hook$jscomp$inline_2337 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -15836,4 +15836,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
|
15836
15836
|
listenToAllSupportedEvents(container);
|
|
15837
15837
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
15838
15838
|
};
|
|
15839
|
-
exports.version = "19.2.0-canary-
|
|
15839
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
@@ -25608,11 +25608,11 @@
|
|
|
25608
25608
|
};
|
|
25609
25609
|
(function () {
|
|
25610
25610
|
var isomorphicReactPackageVersion = React.version;
|
|
25611
|
-
if ("19.2.0-canary-
|
|
25611
|
+
if ("19.2.0-canary-0bdb9206-20250818" !== isomorphicReactPackageVersion)
|
|
25612
25612
|
throw Error(
|
|
25613
25613
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
25614
25614
|
(isomorphicReactPackageVersion +
|
|
25615
|
-
"\n - react-dom: 19.2.0-canary-
|
|
25615
|
+
"\n - react-dom: 19.2.0-canary-0bdb9206-20250818\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
25616
25616
|
);
|
|
25617
25617
|
})();
|
|
25618
25618
|
("function" === typeof Map &&
|
|
@@ -25649,10 +25649,10 @@
|
|
|
25649
25649
|
!(function () {
|
|
25650
25650
|
var internals = {
|
|
25651
25651
|
bundleType: 1,
|
|
25652
|
-
version: "19.2.0-canary-
|
|
25652
|
+
version: "19.2.0-canary-0bdb9206-20250818",
|
|
25653
25653
|
rendererPackageName: "react-dom",
|
|
25654
25654
|
currentDispatcherRef: ReactSharedInternals,
|
|
25655
|
-
reconcilerVersion: "19.2.0-canary-
|
|
25655
|
+
reconcilerVersion: "19.2.0-canary-0bdb9206-20250818"
|
|
25656
25656
|
};
|
|
25657
25657
|
internals.overrideHookState = overrideHookState;
|
|
25658
25658
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -26120,7 +26120,7 @@
|
|
|
26120
26120
|
exports.useFormStatus = function () {
|
|
26121
26121
|
return resolveDispatcher().useHostTransitionStatus();
|
|
26122
26122
|
};
|
|
26123
|
-
exports.version = "19.2.0-canary-
|
|
26123
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
26124
26124
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
26125
26125
|
"function" ===
|
|
26126
26126
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -16405,14 +16405,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
16405
16405
|
};
|
|
16406
16406
|
var isomorphicReactPackageVersion$jscomp$inline_1937 = React.version;
|
|
16407
16407
|
if (
|
|
16408
|
-
"19.2.0-canary-
|
|
16408
|
+
"19.2.0-canary-0bdb9206-20250818" !==
|
|
16409
16409
|
isomorphicReactPackageVersion$jscomp$inline_1937
|
|
16410
16410
|
)
|
|
16411
16411
|
throw Error(
|
|
16412
16412
|
formatProdErrorMessage(
|
|
16413
16413
|
527,
|
|
16414
16414
|
isomorphicReactPackageVersion$jscomp$inline_1937,
|
|
16415
|
-
"19.2.0-canary-
|
|
16415
|
+
"19.2.0-canary-0bdb9206-20250818"
|
|
16416
16416
|
)
|
|
16417
16417
|
);
|
|
16418
16418
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -16434,10 +16434,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
16434
16434
|
};
|
|
16435
16435
|
var internals$jscomp$inline_1944 = {
|
|
16436
16436
|
bundleType: 0,
|
|
16437
|
-
version: "19.2.0-canary-
|
|
16437
|
+
version: "19.2.0-canary-0bdb9206-20250818",
|
|
16438
16438
|
rendererPackageName: "react-dom",
|
|
16439
16439
|
currentDispatcherRef: ReactSharedInternals,
|
|
16440
|
-
reconcilerVersion: "19.2.0-canary-
|
|
16440
|
+
reconcilerVersion: "19.2.0-canary-0bdb9206-20250818",
|
|
16441
16441
|
getLaneLabelMap: function () {
|
|
16442
16442
|
for (
|
|
16443
16443
|
var map = new Map(), lane = 1, index$282 = 0;
|
|
@@ -16710,7 +16710,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
16710
16710
|
exports.useFormStatus = function () {
|
|
16711
16711
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
16712
16712
|
};
|
|
16713
|
-
exports.version = "19.2.0-canary-
|
|
16713
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
16714
16714
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
16715
16715
|
"function" ===
|
|
16716
16716
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -9429,7 +9429,7 @@
|
|
|
9429
9429
|
completeSegmentScript2 = '","',
|
|
9430
9430
|
completeSegmentScriptEnd = '")\x3c/script>',
|
|
9431
9431
|
completeBoundaryScriptFunctionOnly =
|
|
9432
|
-
'$RB=[];$RV=function(
|
|
9432
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};',
|
|
9433
9433
|
completeBoundaryScript1Partial = '$RC("',
|
|
9434
9434
|
completeBoundaryWithStylesScript1FullPartial =
|
|
9435
9435
|
'$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("',
|
|
@@ -9738,5 +9738,5 @@
|
|
|
9738
9738
|
'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'
|
|
9739
9739
|
);
|
|
9740
9740
|
};
|
|
9741
|
-
exports.version = "19.2.0-canary-
|
|
9741
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
9742
9742
|
})();
|
|
@@ -6031,7 +6031,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
6031
6031
|
0 === (completedSegments.instructions & 2) &&
|
|
6032
6032
|
((completedSegments.instructions |= 2),
|
|
6033
6033
|
destination.push(
|
|
6034
|
-
'$RB=[];$RV=function(
|
|
6034
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};'
|
|
6035
6035
|
)),
|
|
6036
6036
|
0 === (completedSegments.instructions & 8)
|
|
6037
6037
|
? ((completedSegments.instructions |= 8),
|
|
@@ -6042,7 +6042,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
6042
6042
|
: (0 === (completedSegments.instructions & 2) &&
|
|
6043
6043
|
((completedSegments.instructions |= 2),
|
|
6044
6044
|
destination.push(
|
|
6045
|
-
'$RB=[];$RV=function(
|
|
6045
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};'
|
|
6046
6046
|
)),
|
|
6047
6047
|
destination.push('$RC("'));
|
|
6048
6048
|
completedSegments = i.toString(16);
|
|
@@ -6491,4 +6491,4 @@ exports.renderToString = function (children, options) {
|
|
|
6491
6491
|
'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'
|
|
6492
6492
|
);
|
|
6493
6493
|
};
|
|
6494
|
-
exports.version = "19.2.0-canary-
|
|
6494
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
@@ -9429,7 +9429,7 @@
|
|
|
9429
9429
|
completeSegmentScript2 = '","',
|
|
9430
9430
|
completeSegmentScriptEnd = '")\x3c/script>',
|
|
9431
9431
|
completeBoundaryScriptFunctionOnly =
|
|
9432
|
-
'$RB=[];$RV=function(
|
|
9432
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};',
|
|
9433
9433
|
completeBoundaryScript1Partial = '$RC("',
|
|
9434
9434
|
completeBoundaryWithStylesScript1FullPartial =
|
|
9435
9435
|
'$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("',
|
|
@@ -9738,5 +9738,5 @@
|
|
|
9738
9738
|
'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'
|
|
9739
9739
|
);
|
|
9740
9740
|
};
|
|
9741
|
-
exports.version = "19.2.0-canary-
|
|
9741
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
9742
9742
|
})();
|
|
@@ -6109,7 +6109,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
6109
6109
|
0 === (completedSegments.instructions & 2) &&
|
|
6110
6110
|
((completedSegments.instructions |= 2),
|
|
6111
6111
|
destination.push(
|
|
6112
|
-
'$RB=[];$RV=function(
|
|
6112
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};'
|
|
6113
6113
|
)),
|
|
6114
6114
|
0 === (completedSegments.instructions & 8)
|
|
6115
6115
|
? ((completedSegments.instructions |= 8),
|
|
@@ -6120,7 +6120,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
6120
6120
|
: (0 === (completedSegments.instructions & 2) &&
|
|
6121
6121
|
((completedSegments.instructions |= 2),
|
|
6122
6122
|
destination.push(
|
|
6123
|
-
'$RB=[];$RV=function(
|
|
6123
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};'
|
|
6124
6124
|
)),
|
|
6125
6125
|
destination.push('$RC("'));
|
|
6126
6126
|
completedSegments = i.toString(16);
|
|
@@ -6574,4 +6574,4 @@ exports.renderToString = function (children, options) {
|
|
|
6574
6574
|
'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'
|
|
6575
6575
|
);
|
|
6576
6576
|
};
|
|
6577
|
-
exports.version = "19.2.0-canary-
|
|
6577
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
@@ -8485,11 +8485,11 @@
|
|
|
8485
8485
|
}
|
|
8486
8486
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8487
8487
|
var isomorphicReactPackageVersion = React.version;
|
|
8488
|
-
if ("19.2.0-canary-
|
|
8488
|
+
if ("19.2.0-canary-0bdb9206-20250818" !== isomorphicReactPackageVersion)
|
|
8489
8489
|
throw Error(
|
|
8490
8490
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8491
8491
|
(isomorphicReactPackageVersion +
|
|
8492
|
-
"\n - react-dom: 19.2.0-canary-
|
|
8492
|
+
"\n - react-dom: 19.2.0-canary-0bdb9206-20250818\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8493
8493
|
);
|
|
8494
8494
|
}
|
|
8495
8495
|
var React = require("react"),
|
|
@@ -9723,7 +9723,7 @@
|
|
|
9723
9723
|
stringToPrecomputedChunk('<template data-rsi="" data-sid="');
|
|
9724
9724
|
stringToPrecomputedChunk('" data-pid="');
|
|
9725
9725
|
var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
|
|
9726
|
-
'$RB=[];$RV=function(
|
|
9726
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};'
|
|
9727
9727
|
);
|
|
9728
9728
|
stringToChunk(
|
|
9729
9729
|
'$RV=function(A,g){function k(a,b){var e=a.getAttribute(b);e&&(b=a.style,l.push(a,b.viewTransitionName,b.viewTransitionClass),"auto"!==e&&(b.viewTransitionClass=e),(a=a.getAttribute("vt-name"))||(a="_T_"+K++ +"_"),b.viewTransitionName=a,B=!0)}var B=!1,K=0,l=[];try{var f=document.__reactViewTransition;if(f){f.finished.finally($RV.bind(null,g));return}var m=new Map;for(f=1;f<g.length;f+=2)for(var h=g[f].querySelectorAll("[vt-share]"),d=0;d<h.length;d++){var c=h[d];m.set(c.getAttribute("vt-name"),c)}var u=[];for(h=0;h<g.length;h+=2){var C=g[h],x=C.parentNode;if(x){var v=x.getBoundingClientRect();if(v.left||v.top||v.width||v.height){c=C;for(f=0;c;){if(8===c.nodeType){var r=c.data;if("/$"===r)if(0===f)break;else f--;else"$"!==r&&"$?"!==r&&"$~"!==r&&"$!"!==r||f++}else if(1===c.nodeType){d=c;var D=d.getAttribute("vt-name"),y=m.get(D);k(d,y?"vt-share":"vt-exit");y&&(k(y,"vt-share"),m.set(D,null));var E=d.querySelectorAll("[vt-share]");for(d=0;d<E.length;d++){var F=E[d],G=F.getAttribute("vt-name"),\nH=m.get(G);H&&(k(F,"vt-share"),k(H,"vt-share"),m.set(G,null))}}c=c.nextSibling}for(var I=g[h+1],t=I.firstElementChild;t;)null!==m.get(t.getAttribute("vt-name"))&&k(t,"vt-enter"),t=t.nextElementSibling;c=x;do for(var n=c.firstElementChild;n;){var J=n.getAttribute("vt-update");J&&"none"!==J&&!l.includes(n)&&k(n,"vt-update");n=n.nextElementSibling}while((c=c.parentNode)&&1===c.nodeType&&"none"!==c.getAttribute("vt-update"));u.push.apply(u,I.querySelectorAll(\'img[src]:not([loading="lazy"])\'))}}}if(B){var z=\ndocument.__reactViewTransition=document.startViewTransition({update:function(){A(g);for(var a=[document.documentElement.clientHeight,document.fonts.ready],b={},e=0;e<u.length;b={g:b.g},e++)if(b.g=u[e],!b.g.complete){var p=b.g.getBoundingClientRect();0<p.bottom&&0<p.right&&p.top<window.innerHeight&&p.left<window.innerWidth&&(p=new Promise(function(w){return function(q){w.g.addEventListener("load",q);w.g.addEventListener("error",q)}}(b)),a.push(p))}return Promise.race([Promise.all(a),new Promise(function(w){var q=\nperformance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready.finally(function(){for(var a=l.length-3;0<=a;a-=3){var b=l[a],e=b.style;e.viewTransitionName=l[a+1];e.viewTransitionClass=l[a+1];""===b.getAttribute("style")&&b.removeAttribute("style")}});z.finished.finally(function(){document.__reactViewTransition===z&&(document.__reactViewTransition=null)});$RB=[];return}}catch(a){}A(g)}.bind(null,$RV);'
|
|
@@ -10179,5 +10179,5 @@
|
|
|
10179
10179
|
startWork(request);
|
|
10180
10180
|
});
|
|
10181
10181
|
};
|
|
10182
|
-
exports.version = "19.2.0-canary-
|
|
10182
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
10183
10183
|
})();
|
|
@@ -2541,7 +2541,7 @@ var completeSegmentScript1Full = stringToPrecomputedChunk(
|
|
|
2541
2541
|
stringToPrecomputedChunk('<template data-rsi="" data-sid="');
|
|
2542
2542
|
stringToPrecomputedChunk('" data-pid="');
|
|
2543
2543
|
var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
|
|
2544
|
-
'$RB=[];$RV=function(
|
|
2544
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};'
|
|
2545
2545
|
);
|
|
2546
2546
|
stringToChunk(
|
|
2547
2547
|
'$RV=function(A,g){function k(a,b){var e=a.getAttribute(b);e&&(b=a.style,l.push(a,b.viewTransitionName,b.viewTransitionClass),"auto"!==e&&(b.viewTransitionClass=e),(a=a.getAttribute("vt-name"))||(a="_T_"+K++ +"_"),b.viewTransitionName=a,B=!0)}var B=!1,K=0,l=[];try{var f=document.__reactViewTransition;if(f){f.finished.finally($RV.bind(null,g));return}var m=new Map;for(f=1;f<g.length;f+=2)for(var h=g[f].querySelectorAll("[vt-share]"),d=0;d<h.length;d++){var c=h[d];m.set(c.getAttribute("vt-name"),c)}var u=[];for(h=0;h<g.length;h+=2){var C=g[h],x=C.parentNode;if(x){var v=x.getBoundingClientRect();if(v.left||v.top||v.width||v.height){c=C;for(f=0;c;){if(8===c.nodeType){var r=c.data;if("/$"===r)if(0===f)break;else f--;else"$"!==r&&"$?"!==r&&"$~"!==r&&"$!"!==r||f++}else if(1===c.nodeType){d=c;var D=d.getAttribute("vt-name"),y=m.get(D);k(d,y?"vt-share":"vt-exit");y&&(k(y,"vt-share"),m.set(D,null));var E=d.querySelectorAll("[vt-share]");for(d=0;d<E.length;d++){var F=E[d],G=F.getAttribute("vt-name"),\nH=m.get(G);H&&(k(F,"vt-share"),k(H,"vt-share"),m.set(G,null))}}c=c.nextSibling}for(var I=g[h+1],t=I.firstElementChild;t;)null!==m.get(t.getAttribute("vt-name"))&&k(t,"vt-enter"),t=t.nextElementSibling;c=x;do for(var n=c.firstElementChild;n;){var J=n.getAttribute("vt-update");J&&"none"!==J&&!l.includes(n)&&k(n,"vt-update");n=n.nextElementSibling}while((c=c.parentNode)&&1===c.nodeType&&"none"!==c.getAttribute("vt-update"));u.push.apply(u,I.querySelectorAll(\'img[src]:not([loading="lazy"])\'))}}}if(B){var z=\ndocument.__reactViewTransition=document.startViewTransition({update:function(){A(g);for(var a=[document.documentElement.clientHeight,document.fonts.ready],b={},e=0;e<u.length;b={g:b.g},e++)if(b.g=u[e],!b.g.complete){var p=b.g.getBoundingClientRect();0<p.bottom&&0<p.right&&p.top<window.innerHeight&&p.left<window.innerWidth&&(p=new Promise(function(w){return function(q){w.g.addEventListener("load",q);w.g.addEventListener("error",q)}}(b)),a.push(p))}return Promise.race([Promise.all(a),new Promise(function(w){var q=\nperformance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready.finally(function(){for(var a=l.length-3;0<=a;a-=3){var b=l[a],e=b.style;e.viewTransitionName=l[a+1];e.viewTransitionClass=l[a+1];""===b.getAttribute("style")&&b.removeAttribute("style")}});z.finished.finally(function(){document.__reactViewTransition===z&&(document.__reactViewTransition=null)});$RB=[];return}}catch(a){}A(g)}.bind(null,$RV);'
|
|
@@ -6875,12 +6875,12 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
6875
6875
|
}
|
|
6876
6876
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6877
6877
|
var isomorphicReactPackageVersion = React.version;
|
|
6878
|
-
if ("19.2.0-canary-
|
|
6878
|
+
if ("19.2.0-canary-0bdb9206-20250818" !== isomorphicReactPackageVersion)
|
|
6879
6879
|
throw Error(
|
|
6880
6880
|
formatProdErrorMessage(
|
|
6881
6881
|
527,
|
|
6882
6882
|
isomorphicReactPackageVersion,
|
|
6883
|
-
"19.2.0-canary-
|
|
6883
|
+
"19.2.0-canary-0bdb9206-20250818"
|
|
6884
6884
|
)
|
|
6885
6885
|
);
|
|
6886
6886
|
}
|
|
@@ -7027,4 +7027,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
7027
7027
|
startWork(request);
|
|
7028
7028
|
});
|
|
7029
7029
|
};
|
|
7030
|
-
exports.version = "19.2.0-canary-
|
|
7030
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
@@ -3905,7 +3905,7 @@ var completeSegmentScript1Full =
|
|
|
3905
3905
|
completeSegmentScript2 = '","',
|
|
3906
3906
|
completeSegmentScriptEnd = '")\x3c/script>',
|
|
3907
3907
|
completeBoundaryScriptFunctionOnly =
|
|
3908
|
-
'$RB=[];$RV=function(
|
|
3908
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};',
|
|
3909
3909
|
completeBoundaryScript1Partial = '$RC("',
|
|
3910
3910
|
completeBoundaryWithStylesScript1FullPartial =
|
|
3911
3911
|
'$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("',
|
|
@@ -9366,13 +9366,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
9366
9366
|
}
|
|
9367
9367
|
var isomorphicReactPackageVersion$jscomp$inline_764 = React.version;
|
|
9368
9368
|
if (
|
|
9369
|
-
"19.2.0-canary-
|
|
9369
|
+
"19.2.0-canary-0bdb9206-20250818" !==
|
|
9370
9370
|
isomorphicReactPackageVersion$jscomp$inline_764
|
|
9371
9371
|
)
|
|
9372
9372
|
throw Error(
|
|
9373
9373
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
9374
9374
|
(isomorphicReactPackageVersion$jscomp$inline_764 +
|
|
9375
|
-
"\n - react-dom: 19.2.0-canary-
|
|
9375
|
+
"\n - react-dom: 19.2.0-canary-0bdb9206-20250818\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
9376
9376
|
);
|
|
9377
9377
|
exports.renderToReadableStream = function (children, options) {
|
|
9378
9378
|
return new Promise(function (resolve, reject) {
|
|
@@ -9465,4 +9465,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
9465
9465
|
startWork(request$jscomp$0);
|
|
9466
9466
|
});
|
|
9467
9467
|
};
|
|
9468
|
-
exports.version = "19.2.0-canary-
|
|
9468
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
@@ -6123,7 +6123,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
6123
6123
|
((completedSegments.instructions |= 2),
|
|
6124
6124
|
writeChunk(
|
|
6125
6125
|
destination,
|
|
6126
|
-
'$RB=[];$RV=function(
|
|
6126
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};'
|
|
6127
6127
|
)),
|
|
6128
6128
|
0 === (completedSegments.instructions & 8)
|
|
6129
6129
|
? ((completedSegments.instructions |= 8),
|
|
@@ -6136,7 +6136,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
6136
6136
|
((completedSegments.instructions |= 2),
|
|
6137
6137
|
writeChunk(
|
|
6138
6138
|
destination,
|
|
6139
|
-
'$RB=[];$RV=function(
|
|
6139
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};'
|
|
6140
6140
|
)),
|
|
6141
6141
|
writeChunk(destination, '$RC("'));
|
|
6142
6142
|
completedSegments = i.toString(16);
|
|
@@ -6523,13 +6523,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
6523
6523
|
}
|
|
6524
6524
|
var isomorphicReactPackageVersion$jscomp$inline_816 = React.version;
|
|
6525
6525
|
if (
|
|
6526
|
-
"19.2.0-canary-
|
|
6526
|
+
"19.2.0-canary-0bdb9206-20250818" !==
|
|
6527
6527
|
isomorphicReactPackageVersion$jscomp$inline_816
|
|
6528
6528
|
)
|
|
6529
6529
|
throw Error(
|
|
6530
6530
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6531
6531
|
(isomorphicReactPackageVersion$jscomp$inline_816 +
|
|
6532
|
-
"\n - react-dom: 19.2.0-canary-
|
|
6532
|
+
"\n - react-dom: 19.2.0-canary-0bdb9206-20250818\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6533
6533
|
);
|
|
6534
6534
|
exports.renderToReadableStream = function (children, options) {
|
|
6535
6535
|
return new Promise(function (resolve, reject) {
|
|
@@ -6620,4 +6620,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
6620
6620
|
startWork(request);
|
|
6621
6621
|
});
|
|
6622
6622
|
};
|
|
6623
|
-
exports.version = "19.2.0-canary-
|
|
6623
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
@@ -8508,11 +8508,11 @@
|
|
|
8508
8508
|
}
|
|
8509
8509
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8510
8510
|
var isomorphicReactPackageVersion = React.version;
|
|
8511
|
-
if ("19.2.0-canary-
|
|
8511
|
+
if ("19.2.0-canary-0bdb9206-20250818" !== isomorphicReactPackageVersion)
|
|
8512
8512
|
throw Error(
|
|
8513
8513
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8514
8514
|
(isomorphicReactPackageVersion +
|
|
8515
|
-
"\n - react-dom: 19.2.0-canary-
|
|
8515
|
+
"\n - react-dom: 19.2.0-canary-0bdb9206-20250818\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8516
8516
|
);
|
|
8517
8517
|
}
|
|
8518
8518
|
var React = require("react"),
|
|
@@ -9740,7 +9740,7 @@
|
|
|
9740
9740
|
stringToPrecomputedChunk('<template data-rsi="" data-sid="');
|
|
9741
9741
|
stringToPrecomputedChunk('" data-pid="');
|
|
9742
9742
|
var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
|
|
9743
|
-
'$RB=[];$RV=function(
|
|
9743
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};'
|
|
9744
9744
|
);
|
|
9745
9745
|
stringToChunk(
|
|
9746
9746
|
'$RV=function(A,g){function k(a,b){var e=a.getAttribute(b);e&&(b=a.style,l.push(a,b.viewTransitionName,b.viewTransitionClass),"auto"!==e&&(b.viewTransitionClass=e),(a=a.getAttribute("vt-name"))||(a="_T_"+K++ +"_"),b.viewTransitionName=a,B=!0)}var B=!1,K=0,l=[];try{var f=document.__reactViewTransition;if(f){f.finished.finally($RV.bind(null,g));return}var m=new Map;for(f=1;f<g.length;f+=2)for(var h=g[f].querySelectorAll("[vt-share]"),d=0;d<h.length;d++){var c=h[d];m.set(c.getAttribute("vt-name"),c)}var u=[];for(h=0;h<g.length;h+=2){var C=g[h],x=C.parentNode;if(x){var v=x.getBoundingClientRect();if(v.left||v.top||v.width||v.height){c=C;for(f=0;c;){if(8===c.nodeType){var r=c.data;if("/$"===r)if(0===f)break;else f--;else"$"!==r&&"$?"!==r&&"$~"!==r&&"$!"!==r||f++}else if(1===c.nodeType){d=c;var D=d.getAttribute("vt-name"),y=m.get(D);k(d,y?"vt-share":"vt-exit");y&&(k(y,"vt-share"),m.set(D,null));var E=d.querySelectorAll("[vt-share]");for(d=0;d<E.length;d++){var F=E[d],G=F.getAttribute("vt-name"),\nH=m.get(G);H&&(k(F,"vt-share"),k(H,"vt-share"),m.set(G,null))}}c=c.nextSibling}for(var I=g[h+1],t=I.firstElementChild;t;)null!==m.get(t.getAttribute("vt-name"))&&k(t,"vt-enter"),t=t.nextElementSibling;c=x;do for(var n=c.firstElementChild;n;){var J=n.getAttribute("vt-update");J&&"none"!==J&&!l.includes(n)&&k(n,"vt-update");n=n.nextElementSibling}while((c=c.parentNode)&&1===c.nodeType&&"none"!==c.getAttribute("vt-update"));u.push.apply(u,I.querySelectorAll(\'img[src]:not([loading="lazy"])\'))}}}if(B){var z=\ndocument.__reactViewTransition=document.startViewTransition({update:function(){A(g);for(var a=[document.documentElement.clientHeight,document.fonts.ready],b={},e=0;e<u.length;b={g:b.g},e++)if(b.g=u[e],!b.g.complete){var p=b.g.getBoundingClientRect();0<p.bottom&&0<p.right&&p.top<window.innerHeight&&p.left<window.innerWidth&&(p=new Promise(function(w){return function(q){w.g.addEventListener("load",q);w.g.addEventListener("error",q)}}(b)),a.push(p))}return Promise.race([Promise.all(a),new Promise(function(w){var q=\nperformance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready.finally(function(){for(var a=l.length-3;0<=a;a-=3){var b=l[a],e=b.style;e.viewTransitionName=l[a+1];e.viewTransitionClass=l[a+1];""===b.getAttribute("style")&&b.removeAttribute("style")}});z.finished.finally(function(){document.__reactViewTransition===z&&(document.__reactViewTransition=null)});$RB=[];return}}catch(a){}A(g)}.bind(null,$RV);'
|
|
@@ -10198,5 +10198,5 @@
|
|
|
10198
10198
|
startWork(request);
|
|
10199
10199
|
});
|
|
10200
10200
|
};
|
|
10201
|
-
exports.version = "19.2.0-canary-
|
|
10201
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
10202
10202
|
})();
|
|
@@ -2548,7 +2548,7 @@ var completeSegmentScript1Full = stringToPrecomputedChunk(
|
|
|
2548
2548
|
stringToPrecomputedChunk('<template data-rsi="" data-sid="');
|
|
2549
2549
|
stringToPrecomputedChunk('" data-pid="');
|
|
2550
2550
|
var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
|
|
2551
|
-
'$RB=[];$RV=function(
|
|
2551
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};'
|
|
2552
2552
|
);
|
|
2553
2553
|
stringToChunk(
|
|
2554
2554
|
'$RV=function(A,g){function k(a,b){var e=a.getAttribute(b);e&&(b=a.style,l.push(a,b.viewTransitionName,b.viewTransitionClass),"auto"!==e&&(b.viewTransitionClass=e),(a=a.getAttribute("vt-name"))||(a="_T_"+K++ +"_"),b.viewTransitionName=a,B=!0)}var B=!1,K=0,l=[];try{var f=document.__reactViewTransition;if(f){f.finished.finally($RV.bind(null,g));return}var m=new Map;for(f=1;f<g.length;f+=2)for(var h=g[f].querySelectorAll("[vt-share]"),d=0;d<h.length;d++){var c=h[d];m.set(c.getAttribute("vt-name"),c)}var u=[];for(h=0;h<g.length;h+=2){var C=g[h],x=C.parentNode;if(x){var v=x.getBoundingClientRect();if(v.left||v.top||v.width||v.height){c=C;for(f=0;c;){if(8===c.nodeType){var r=c.data;if("/$"===r)if(0===f)break;else f--;else"$"!==r&&"$?"!==r&&"$~"!==r&&"$!"!==r||f++}else if(1===c.nodeType){d=c;var D=d.getAttribute("vt-name"),y=m.get(D);k(d,y?"vt-share":"vt-exit");y&&(k(y,"vt-share"),m.set(D,null));var E=d.querySelectorAll("[vt-share]");for(d=0;d<E.length;d++){var F=E[d],G=F.getAttribute("vt-name"),\nH=m.get(G);H&&(k(F,"vt-share"),k(H,"vt-share"),m.set(G,null))}}c=c.nextSibling}for(var I=g[h+1],t=I.firstElementChild;t;)null!==m.get(t.getAttribute("vt-name"))&&k(t,"vt-enter"),t=t.nextElementSibling;c=x;do for(var n=c.firstElementChild;n;){var J=n.getAttribute("vt-update");J&&"none"!==J&&!l.includes(n)&&k(n,"vt-update");n=n.nextElementSibling}while((c=c.parentNode)&&1===c.nodeType&&"none"!==c.getAttribute("vt-update"));u.push.apply(u,I.querySelectorAll(\'img[src]:not([loading="lazy"])\'))}}}if(B){var z=\ndocument.__reactViewTransition=document.startViewTransition({update:function(){A(g);for(var a=[document.documentElement.clientHeight,document.fonts.ready],b={},e=0;e<u.length;b={g:b.g},e++)if(b.g=u[e],!b.g.complete){var p=b.g.getBoundingClientRect();0<p.bottom&&0<p.right&&p.top<window.innerHeight&&p.left<window.innerWidth&&(p=new Promise(function(w){return function(q){w.g.addEventListener("load",q);w.g.addEventListener("error",q)}}(b)),a.push(p))}return Promise.race([Promise.all(a),new Promise(function(w){var q=\nperformance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready.finally(function(){for(var a=l.length-3;0<=a;a-=3){var b=l[a],e=b.style;e.viewTransitionName=l[a+1];e.viewTransitionClass=l[a+1];""===b.getAttribute("style")&&b.removeAttribute("style")}});z.finished.finally(function(){document.__reactViewTransition===z&&(document.__reactViewTransition=null)});$RB=[];return}}catch(a){}A(g)}.bind(null,$RV);'
|
|
@@ -6973,11 +6973,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
6973
6973
|
}
|
|
6974
6974
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6975
6975
|
var isomorphicReactPackageVersion = React.version;
|
|
6976
|
-
if ("19.2.0-canary-
|
|
6976
|
+
if ("19.2.0-canary-0bdb9206-20250818" !== isomorphicReactPackageVersion)
|
|
6977
6977
|
throw Error(
|
|
6978
6978
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6979
6979
|
(isomorphicReactPackageVersion +
|
|
6980
|
-
"\n - react-dom: 19.2.0-canary-
|
|
6980
|
+
"\n - react-dom: 19.2.0-canary-0bdb9206-20250818\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6981
6981
|
);
|
|
6982
6982
|
}
|
|
6983
6983
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7123,4 +7123,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
7123
7123
|
startWork(request);
|
|
7124
7124
|
});
|
|
7125
7125
|
};
|
|
7126
|
-
exports.version = "19.2.0-canary-
|
|
7126
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
@@ -8383,11 +8383,11 @@
|
|
|
8383
8383
|
}
|
|
8384
8384
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8385
8385
|
var isomorphicReactPackageVersion = React.version;
|
|
8386
|
-
if ("19.2.0-canary-
|
|
8386
|
+
if ("19.2.0-canary-0bdb9206-20250818" !== isomorphicReactPackageVersion)
|
|
8387
8387
|
throw Error(
|
|
8388
8388
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8389
8389
|
(isomorphicReactPackageVersion +
|
|
8390
|
-
"\n - react-dom: 19.2.0-canary-
|
|
8390
|
+
"\n - react-dom: 19.2.0-canary-0bdb9206-20250818\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8391
8391
|
);
|
|
8392
8392
|
}
|
|
8393
8393
|
function createDrainHandler(destination, request) {
|
|
@@ -9700,7 +9700,7 @@
|
|
|
9700
9700
|
stringToPrecomputedChunk('<template data-rsi="" data-sid="');
|
|
9701
9701
|
stringToPrecomputedChunk('" data-pid="');
|
|
9702
9702
|
var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
|
|
9703
|
-
'$RB=[];$RV=function(
|
|
9703
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};'
|
|
9704
9704
|
),
|
|
9705
9705
|
completeBoundaryScript1Partial = stringToPrecomputedChunk('$RC("'),
|
|
9706
9706
|
completeBoundaryWithStylesScript1FullPartial = stringToPrecomputedChunk(
|
|
@@ -10258,5 +10258,5 @@
|
|
|
10258
10258
|
startWork(request);
|
|
10259
10259
|
});
|
|
10260
10260
|
};
|
|
10261
|
-
exports.version = "19.2.0-canary-
|
|
10261
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
10262
10262
|
})();
|
|
@@ -2466,7 +2466,7 @@ var completeSegmentScript1Full = stringToPrecomputedChunk(
|
|
|
2466
2466
|
stringToPrecomputedChunk('<template data-rsi="" data-sid="');
|
|
2467
2467
|
stringToPrecomputedChunk('" data-pid="');
|
|
2468
2468
|
var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
|
|
2469
|
-
'$RB=[];$RV=function(
|
|
2469
|
+
'$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};\n$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};'
|
|
2470
2470
|
),
|
|
2471
2471
|
completeBoundaryScript1Partial = stringToPrecomputedChunk('$RC("'),
|
|
2472
2472
|
completeBoundaryWithStylesScript1FullPartial = stringToPrecomputedChunk(
|
|
@@ -6865,11 +6865,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
6865
6865
|
}
|
|
6866
6866
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6867
6867
|
var isomorphicReactPackageVersion = React.version;
|
|
6868
|
-
if ("19.2.0-canary-
|
|
6868
|
+
if ("19.2.0-canary-0bdb9206-20250818" !== isomorphicReactPackageVersion)
|
|
6869
6869
|
throw Error(
|
|
6870
6870
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6871
6871
|
(isomorphicReactPackageVersion +
|
|
6872
|
-
"\n - react-dom: 19.2.0-canary-
|
|
6872
|
+
"\n - react-dom: 19.2.0-canary-0bdb9206-20250818\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6873
6873
|
);
|
|
6874
6874
|
}
|
|
6875
6875
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7207,4 +7207,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
7207
7207
|
startWork(request);
|
|
7208
7208
|
});
|
|
7209
7209
|
};
|
|
7210
|
-
exports.version = "19.2.0-canary-
|
|
7210
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
exports.useFormStatus = function () {
|
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
|
418
418
|
};
|
|
419
|
-
exports.version = "19.2.0-canary-
|
|
419
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
|
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.2.0-canary-
|
|
210
|
+
exports.version = "19.2.0-canary-0bdb9206-20250818";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-dom",
|
|
3
|
-
"version": "19.2.0-canary-
|
|
3
|
+
"version": "19.2.0-canary-0bdb9206-20250818",
|
|
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.27.0-canary-
|
|
20
|
+
"scheduler": "0.27.0-canary-0bdb9206-20250818"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "19.2.0-canary-
|
|
23
|
+
"react": "19.2.0-canary-0bdb9206-20250818"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"LICENSE",
|