react-dom 19.2.0-canary-b7e2de63-20250611 → 19.2.0-canary-12bc60f5-20250613
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
|
@@ -25490,11 +25490,11 @@
|
|
|
25490
25490
|
};
|
|
25491
25491
|
(function () {
|
|
25492
25492
|
var isomorphicReactPackageVersion = React.version;
|
|
25493
|
-
if ("19.2.0-canary-
|
|
25493
|
+
if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
|
|
25494
25494
|
throw Error(
|
|
25495
25495
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
25496
25496
|
(isomorphicReactPackageVersion +
|
|
25497
|
-
"\n - react-dom: 19.2.0-canary-
|
|
25497
|
+
"\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
25498
25498
|
);
|
|
25499
25499
|
})();
|
|
25500
25500
|
("function" === typeof Map &&
|
|
@@ -25531,10 +25531,10 @@
|
|
|
25531
25531
|
!(function () {
|
|
25532
25532
|
var internals = {
|
|
25533
25533
|
bundleType: 1,
|
|
25534
|
-
version: "19.2.0-canary-
|
|
25534
|
+
version: "19.2.0-canary-12bc60f5-20250613",
|
|
25535
25535
|
rendererPackageName: "react-dom",
|
|
25536
25536
|
currentDispatcherRef: ReactSharedInternals,
|
|
25537
|
-
reconcilerVersion: "19.2.0-canary-
|
|
25537
|
+
reconcilerVersion: "19.2.0-canary-12bc60f5-20250613"
|
|
25538
25538
|
};
|
|
25539
25539
|
internals.overrideHookState = overrideHookState;
|
|
25540
25540
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -25672,7 +25672,7 @@
|
|
|
25672
25672
|
listenToAllSupportedEvents(container);
|
|
25673
25673
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
25674
25674
|
};
|
|
25675
|
-
exports.version = "19.2.0-canary-
|
|
25675
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
25676
25676
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
25677
25677
|
"function" ===
|
|
25678
25678
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -15710,14 +15710,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
15710
15710
|
};
|
|
15711
15711
|
var isomorphicReactPackageVersion$jscomp$inline_1851 = React.version;
|
|
15712
15712
|
if (
|
|
15713
|
-
"19.2.0-canary-
|
|
15713
|
+
"19.2.0-canary-12bc60f5-20250613" !==
|
|
15714
15714
|
isomorphicReactPackageVersion$jscomp$inline_1851
|
|
15715
15715
|
)
|
|
15716
15716
|
throw Error(
|
|
15717
15717
|
formatProdErrorMessage(
|
|
15718
15718
|
527,
|
|
15719
15719
|
isomorphicReactPackageVersion$jscomp$inline_1851,
|
|
15720
|
-
"19.2.0-canary-
|
|
15720
|
+
"19.2.0-canary-12bc60f5-20250613"
|
|
15721
15721
|
)
|
|
15722
15722
|
);
|
|
15723
15723
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -15739,10 +15739,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
15739
15739
|
};
|
|
15740
15740
|
var internals$jscomp$inline_2344 = {
|
|
15741
15741
|
bundleType: 0,
|
|
15742
|
-
version: "19.2.0-canary-
|
|
15742
|
+
version: "19.2.0-canary-12bc60f5-20250613",
|
|
15743
15743
|
rendererPackageName: "react-dom",
|
|
15744
15744
|
currentDispatcherRef: ReactSharedInternals,
|
|
15745
|
-
reconcilerVersion: "19.2.0-canary-
|
|
15745
|
+
reconcilerVersion: "19.2.0-canary-12bc60f5-20250613"
|
|
15746
15746
|
};
|
|
15747
15747
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
15748
15748
|
var hook$jscomp$inline_2345 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -15840,4 +15840,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
|
15840
15840
|
listenToAllSupportedEvents(container);
|
|
15841
15841
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
15842
15842
|
};
|
|
15843
|
-
exports.version = "19.2.0-canary-
|
|
15843
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
@@ -25542,11 +25542,11 @@
|
|
|
25542
25542
|
};
|
|
25543
25543
|
(function () {
|
|
25544
25544
|
var isomorphicReactPackageVersion = React.version;
|
|
25545
|
-
if ("19.2.0-canary-
|
|
25545
|
+
if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
|
|
25546
25546
|
throw Error(
|
|
25547
25547
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
25548
25548
|
(isomorphicReactPackageVersion +
|
|
25549
|
-
"\n - react-dom: 19.2.0-canary-
|
|
25549
|
+
"\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
25550
25550
|
);
|
|
25551
25551
|
})();
|
|
25552
25552
|
("function" === typeof Map &&
|
|
@@ -25583,10 +25583,10 @@
|
|
|
25583
25583
|
!(function () {
|
|
25584
25584
|
var internals = {
|
|
25585
25585
|
bundleType: 1,
|
|
25586
|
-
version: "19.2.0-canary-
|
|
25586
|
+
version: "19.2.0-canary-12bc60f5-20250613",
|
|
25587
25587
|
rendererPackageName: "react-dom",
|
|
25588
25588
|
currentDispatcherRef: ReactSharedInternals,
|
|
25589
|
-
reconcilerVersion: "19.2.0-canary-
|
|
25589
|
+
reconcilerVersion: "19.2.0-canary-12bc60f5-20250613"
|
|
25590
25590
|
};
|
|
25591
25591
|
internals.overrideHookState = overrideHookState;
|
|
25592
25592
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -26054,7 +26054,7 @@
|
|
|
26054
26054
|
exports.useFormStatus = function () {
|
|
26055
26055
|
return resolveDispatcher().useHostTransitionStatus();
|
|
26056
26056
|
};
|
|
26057
|
-
exports.version = "19.2.0-canary-
|
|
26057
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
26058
26058
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
26059
26059
|
"function" ===
|
|
26060
26060
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -16411,14 +16411,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
16411
16411
|
};
|
|
16412
16412
|
var isomorphicReactPackageVersion$jscomp$inline_1955 = React.version;
|
|
16413
16413
|
if (
|
|
16414
|
-
"19.2.0-canary-
|
|
16414
|
+
"19.2.0-canary-12bc60f5-20250613" !==
|
|
16415
16415
|
isomorphicReactPackageVersion$jscomp$inline_1955
|
|
16416
16416
|
)
|
|
16417
16417
|
throw Error(
|
|
16418
16418
|
formatProdErrorMessage(
|
|
16419
16419
|
527,
|
|
16420
16420
|
isomorphicReactPackageVersion$jscomp$inline_1955,
|
|
16421
|
-
"19.2.0-canary-
|
|
16421
|
+
"19.2.0-canary-12bc60f5-20250613"
|
|
16422
16422
|
)
|
|
16423
16423
|
);
|
|
16424
16424
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -16440,10 +16440,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
16440
16440
|
};
|
|
16441
16441
|
var internals$jscomp$inline_1962 = {
|
|
16442
16442
|
bundleType: 0,
|
|
16443
|
-
version: "19.2.0-canary-
|
|
16443
|
+
version: "19.2.0-canary-12bc60f5-20250613",
|
|
16444
16444
|
rendererPackageName: "react-dom",
|
|
16445
16445
|
currentDispatcherRef: ReactSharedInternals,
|
|
16446
|
-
reconcilerVersion: "19.2.0-canary-
|
|
16446
|
+
reconcilerVersion: "19.2.0-canary-12bc60f5-20250613",
|
|
16447
16447
|
getLaneLabelMap: function () {
|
|
16448
16448
|
for (
|
|
16449
16449
|
var map = new Map(), lane = 1, index$293 = 0;
|
|
@@ -16716,7 +16716,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
16716
16716
|
exports.useFormStatus = function () {
|
|
16717
16717
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
16718
16718
|
};
|
|
16719
|
-
exports.version = "19.2.0-canary-
|
|
16719
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
16720
16720
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
16721
16721
|
"function" ===
|
|
16722
16722
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -9354,7 +9354,7 @@
|
|
|
9354
9354
|
completeSegmentScript2 = '","',
|
|
9355
9355
|
completeSegmentScriptEnd = '")\x3c/script>',
|
|
9356
9356
|
completeBoundaryScriptFunctionOnly =
|
|
9357
|
-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
9357
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};',
|
|
9358
9358
|
completeBoundaryScript1Partial = '$RC("',
|
|
9359
9359
|
completeBoundaryWithStylesScript1FullPartial =
|
|
9360
9360
|
'$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("',
|
|
@@ -9660,5 +9660,5 @@
|
|
|
9660
9660
|
'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'
|
|
9661
9661
|
);
|
|
9662
9662
|
};
|
|
9663
|
-
exports.version = "19.2.0-canary-
|
|
9663
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
9664
9664
|
})();
|
|
@@ -5963,7 +5963,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
5963
5963
|
0 === (completedSegments.instructions & 2) &&
|
|
5964
5964
|
((completedSegments.instructions |= 2),
|
|
5965
5965
|
destination.push(
|
|
5966
|
-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
5966
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
|
|
5967
5967
|
)),
|
|
5968
5968
|
0 === (completedSegments.instructions & 8)
|
|
5969
5969
|
? ((completedSegments.instructions |= 8),
|
|
@@ -5974,7 +5974,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
5974
5974
|
: (0 === (completedSegments.instructions & 2) &&
|
|
5975
5975
|
((completedSegments.instructions |= 2),
|
|
5976
5976
|
destination.push(
|
|
5977
|
-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
5977
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
|
|
5978
5978
|
)),
|
|
5979
5979
|
destination.push('$RC("'));
|
|
5980
5980
|
completedSegments = i.toString(16);
|
|
@@ -6423,4 +6423,4 @@ exports.renderToString = function (children, options) {
|
|
|
6423
6423
|
'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'
|
|
6424
6424
|
);
|
|
6425
6425
|
};
|
|
6426
|
-
exports.version = "19.2.0-canary-
|
|
6426
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
@@ -9354,7 +9354,7 @@
|
|
|
9354
9354
|
completeSegmentScript2 = '","',
|
|
9355
9355
|
completeSegmentScriptEnd = '")\x3c/script>',
|
|
9356
9356
|
completeBoundaryScriptFunctionOnly =
|
|
9357
|
-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
9357
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};',
|
|
9358
9358
|
completeBoundaryScript1Partial = '$RC("',
|
|
9359
9359
|
completeBoundaryWithStylesScript1FullPartial =
|
|
9360
9360
|
'$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("',
|
|
@@ -9660,5 +9660,5 @@
|
|
|
9660
9660
|
'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'
|
|
9661
9661
|
);
|
|
9662
9662
|
};
|
|
9663
|
-
exports.version = "19.2.0-canary-
|
|
9663
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
9664
9664
|
})();
|
|
@@ -6041,7 +6041,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
6041
6041
|
0 === (completedSegments.instructions & 2) &&
|
|
6042
6042
|
((completedSegments.instructions |= 2),
|
|
6043
6043
|
destination.push(
|
|
6044
|
-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
6044
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
|
|
6045
6045
|
)),
|
|
6046
6046
|
0 === (completedSegments.instructions & 8)
|
|
6047
6047
|
? ((completedSegments.instructions |= 8),
|
|
@@ -6052,7 +6052,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
6052
6052
|
: (0 === (completedSegments.instructions & 2) &&
|
|
6053
6053
|
((completedSegments.instructions |= 2),
|
|
6054
6054
|
destination.push(
|
|
6055
|
-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
6055
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
|
|
6056
6056
|
)),
|
|
6057
6057
|
destination.push('$RC("'));
|
|
6058
6058
|
completedSegments = i.toString(16);
|
|
@@ -6506,4 +6506,4 @@ exports.renderToString = function (children, options) {
|
|
|
6506
6506
|
'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'
|
|
6507
6507
|
);
|
|
6508
6508
|
};
|
|
6509
|
-
exports.version = "19.2.0-canary-
|
|
6509
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
@@ -8412,11 +8412,11 @@
|
|
|
8412
8412
|
}
|
|
8413
8413
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8414
8414
|
var isomorphicReactPackageVersion = React.version;
|
|
8415
|
-
if ("19.2.0-canary-
|
|
8415
|
+
if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
|
|
8416
8416
|
throw Error(
|
|
8417
8417
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8418
8418
|
(isomorphicReactPackageVersion +
|
|
8419
|
-
"\n - react-dom: 19.2.0-canary-
|
|
8419
|
+
"\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8420
8420
|
);
|
|
8421
8421
|
}
|
|
8422
8422
|
var React = require("react"),
|
|
@@ -9650,7 +9650,7 @@
|
|
|
9650
9650
|
stringToPrecomputedChunk('<template data-rsi="" data-sid="');
|
|
9651
9651
|
stringToPrecomputedChunk('" data-pid="');
|
|
9652
9652
|
var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
|
|
9653
|
-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
9653
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
|
|
9654
9654
|
);
|
|
9655
9655
|
stringToChunk(
|
|
9656
9656
|
'$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);'
|
|
@@ -10103,5 +10103,5 @@
|
|
|
10103
10103
|
startWork(request);
|
|
10104
10104
|
});
|
|
10105
10105
|
};
|
|
10106
|
-
exports.version = "19.2.0-canary-
|
|
10106
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
10107
10107
|
})();
|
|
@@ -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(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
2544
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
|
|
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);'
|
|
@@ -6809,12 +6809,12 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
6809
6809
|
}
|
|
6810
6810
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6811
6811
|
var isomorphicReactPackageVersion = React.version;
|
|
6812
|
-
if ("19.2.0-canary-
|
|
6812
|
+
if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
|
|
6813
6813
|
throw Error(
|
|
6814
6814
|
formatProdErrorMessage(
|
|
6815
6815
|
527,
|
|
6816
6816
|
isomorphicReactPackageVersion,
|
|
6817
|
-
"19.2.0-canary-
|
|
6817
|
+
"19.2.0-canary-12bc60f5-20250613"
|
|
6818
6818
|
)
|
|
6819
6819
|
);
|
|
6820
6820
|
}
|
|
@@ -6961,4 +6961,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
6961
6961
|
startWork(request);
|
|
6962
6962
|
});
|
|
6963
6963
|
};
|
|
6964
|
-
exports.version = "19.2.0-canary-
|
|
6964
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
@@ -3908,7 +3908,7 @@ var completeSegmentScript1Full =
|
|
|
3908
3908
|
completeSegmentScript2 = '","',
|
|
3909
3909
|
completeSegmentScriptEnd = '")\x3c/script>',
|
|
3910
3910
|
completeBoundaryScriptFunctionOnly =
|
|
3911
|
-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
3911
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};',
|
|
3912
3912
|
completeBoundaryScript1Partial = '$RC("',
|
|
3913
3913
|
completeBoundaryWithStylesScript1FullPartial =
|
|
3914
3914
|
'$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("',
|
|
@@ -9280,13 +9280,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
9280
9280
|
}
|
|
9281
9281
|
var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
|
|
9282
9282
|
if (
|
|
9283
|
-
"19.2.0-canary-
|
|
9283
|
+
"19.2.0-canary-12bc60f5-20250613" !==
|
|
9284
9284
|
isomorphicReactPackageVersion$jscomp$inline_761
|
|
9285
9285
|
)
|
|
9286
9286
|
throw Error(
|
|
9287
9287
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
9288
9288
|
(isomorphicReactPackageVersion$jscomp$inline_761 +
|
|
9289
|
-
"\n - react-dom: 19.2.0-canary-
|
|
9289
|
+
"\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
9290
9290
|
);
|
|
9291
9291
|
exports.renderToReadableStream = function (children, options) {
|
|
9292
9292
|
return new Promise(function (resolve, reject) {
|
|
@@ -9379,4 +9379,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
9379
9379
|
startWork(request$jscomp$0);
|
|
9380
9380
|
});
|
|
9381
9381
|
};
|
|
9382
|
-
exports.version = "19.2.0-canary-
|
|
9382
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
@@ -6054,7 +6054,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
6054
6054
|
((completedSegments.instructions |= 2),
|
|
6055
6055
|
writeChunk(
|
|
6056
6056
|
destination,
|
|
6057
|
-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
6057
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
|
|
6058
6058
|
)),
|
|
6059
6059
|
0 === (completedSegments.instructions & 8)
|
|
6060
6060
|
? ((completedSegments.instructions |= 8),
|
|
@@ -6067,7 +6067,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
|
6067
6067
|
((completedSegments.instructions |= 2),
|
|
6068
6068
|
writeChunk(
|
|
6069
6069
|
destination,
|
|
6070
|
-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
6070
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
|
|
6071
6071
|
)),
|
|
6072
6072
|
writeChunk(destination, '$RC("'));
|
|
6073
6073
|
completedSegments = i.toString(16);
|
|
@@ -6454,13 +6454,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
6454
6454
|
}
|
|
6455
6455
|
var isomorphicReactPackageVersion$jscomp$inline_813 = React.version;
|
|
6456
6456
|
if (
|
|
6457
|
-
"19.2.0-canary-
|
|
6457
|
+
"19.2.0-canary-12bc60f5-20250613" !==
|
|
6458
6458
|
isomorphicReactPackageVersion$jscomp$inline_813
|
|
6459
6459
|
)
|
|
6460
6460
|
throw Error(
|
|
6461
6461
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6462
6462
|
(isomorphicReactPackageVersion$jscomp$inline_813 +
|
|
6463
|
-
"\n - react-dom: 19.2.0-canary-
|
|
6463
|
+
"\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6464
6464
|
);
|
|
6465
6465
|
exports.renderToReadableStream = function (children, options) {
|
|
6466
6466
|
return new Promise(function (resolve, reject) {
|
|
@@ -6551,4 +6551,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
6551
6551
|
startWork(request);
|
|
6552
6552
|
});
|
|
6553
6553
|
};
|
|
6554
|
-
exports.version = "19.2.0-canary-
|
|
6554
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
@@ -8435,11 +8435,11 @@
|
|
|
8435
8435
|
}
|
|
8436
8436
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8437
8437
|
var isomorphicReactPackageVersion = React.version;
|
|
8438
|
-
if ("19.2.0-canary-
|
|
8438
|
+
if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
|
|
8439
8439
|
throw Error(
|
|
8440
8440
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8441
8441
|
(isomorphicReactPackageVersion +
|
|
8442
|
-
"\n - react-dom: 19.2.0-canary-
|
|
8442
|
+
"\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8443
8443
|
);
|
|
8444
8444
|
}
|
|
8445
8445
|
var React = require("react"),
|
|
@@ -9667,7 +9667,7 @@
|
|
|
9667
9667
|
stringToPrecomputedChunk('<template data-rsi="" data-sid="');
|
|
9668
9668
|
stringToPrecomputedChunk('" data-pid="');
|
|
9669
9669
|
var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
|
|
9670
|
-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
9670
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
|
|
9671
9671
|
);
|
|
9672
9672
|
stringToChunk(
|
|
9673
9673
|
'$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);'
|
|
@@ -10122,5 +10122,5 @@
|
|
|
10122
10122
|
startWork(request);
|
|
10123
10123
|
});
|
|
10124
10124
|
};
|
|
10125
|
-
exports.version = "19.2.0-canary-
|
|
10125
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
10126
10126
|
})();
|
|
@@ -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(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
2551
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
|
|
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);'
|
|
@@ -6907,11 +6907,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
6907
6907
|
}
|
|
6908
6908
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6909
6909
|
var isomorphicReactPackageVersion = React.version;
|
|
6910
|
-
if ("19.2.0-canary-
|
|
6910
|
+
if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
|
|
6911
6911
|
throw Error(
|
|
6912
6912
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6913
6913
|
(isomorphicReactPackageVersion +
|
|
6914
|
-
"\n - react-dom: 19.2.0-canary-
|
|
6914
|
+
"\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6915
6915
|
);
|
|
6916
6916
|
}
|
|
6917
6917
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7057,4 +7057,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
7057
7057
|
startWork(request);
|
|
7058
7058
|
});
|
|
7059
7059
|
};
|
|
7060
|
-
exports.version = "19.2.0-canary-
|
|
7060
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
@@ -8310,11 +8310,11 @@
|
|
|
8310
8310
|
}
|
|
8311
8311
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8312
8312
|
var isomorphicReactPackageVersion = React.version;
|
|
8313
|
-
if ("19.2.0-canary-
|
|
8313
|
+
if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
|
|
8314
8314
|
throw Error(
|
|
8315
8315
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8316
8316
|
(isomorphicReactPackageVersion +
|
|
8317
|
-
"\n - react-dom: 19.2.0-canary-
|
|
8317
|
+
"\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8318
8318
|
);
|
|
8319
8319
|
}
|
|
8320
8320
|
function createDrainHandler(destination, request) {
|
|
@@ -9627,7 +9627,7 @@
|
|
|
9627
9627
|
stringToPrecomputedChunk('<template data-rsi="" data-sid="');
|
|
9628
9628
|
stringToPrecomputedChunk('" data-pid="');
|
|
9629
9629
|
var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
|
|
9630
|
-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
9630
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
|
|
9631
9631
|
),
|
|
9632
9632
|
completeBoundaryScript1Partial = stringToPrecomputedChunk('$RC("'),
|
|
9633
9633
|
completeBoundaryWithStylesScript1FullPartial = stringToPrecomputedChunk(
|
|
@@ -10182,5 +10182,5 @@
|
|
|
10182
10182
|
startWork(request);
|
|
10183
10183
|
});
|
|
10184
10184
|
};
|
|
10185
|
-
exports.version = "19.2.0-canary-
|
|
10185
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
10186
10186
|
})();
|
|
@@ -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(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],
|
|
2469
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];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&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
|
|
2470
2470
|
),
|
|
2471
2471
|
completeBoundaryScript1Partial = stringToPrecomputedChunk('$RC("'),
|
|
2472
2472
|
completeBoundaryWithStylesScript1FullPartial = stringToPrecomputedChunk(
|
|
@@ -6799,11 +6799,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
6799
6799
|
}
|
|
6800
6800
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6801
6801
|
var isomorphicReactPackageVersion = React.version;
|
|
6802
|
-
if ("19.2.0-canary-
|
|
6802
|
+
if ("19.2.0-canary-12bc60f5-20250613" !== isomorphicReactPackageVersion)
|
|
6803
6803
|
throw Error(
|
|
6804
6804
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6805
6805
|
(isomorphicReactPackageVersion +
|
|
6806
|
-
"\n - react-dom: 19.2.0-canary-
|
|
6806
|
+
"\n - react-dom: 19.2.0-canary-12bc60f5-20250613\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6807
6807
|
);
|
|
6808
6808
|
}
|
|
6809
6809
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7141,4 +7141,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
7141
7141
|
startWork(request);
|
|
7142
7142
|
});
|
|
7143
7143
|
};
|
|
7144
|
-
exports.version = "19.2.0-canary-
|
|
7144
|
+
exports.version = "19.2.0-canary-12bc60f5-20250613";
|
|
@@ -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-12bc60f5-20250613";
|
|
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-12bc60f5-20250613";
|
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-12bc60f5-20250613",
|
|
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-12bc60f5-20250613"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "19.2.0-canary-
|
|
23
|
+
"react": "19.2.0-canary-12bc60f5-20250613"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"LICENSE",
|