Skip to content

Commit 65cf21c

Browse files
nextjs-boteps1lon
andauthored
React from f508edc8-20250818 to 0bdb9206-20250818 (#82792)
Co-authored-by: Sebastian Sebbie Silbermann <[email protected]>
1 parent 4a4c872 commit 65cf21c

File tree

62 files changed

+446
-419
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+446
-419
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"eslint-plugin-jsdoc": "48.0.4",
174174
"eslint-plugin-mdx": "3.1.5",
175175
"eslint-plugin-react": "7.35.0",
176-
"eslint-plugin-react-hooks": "0.0.0-experimental-f508edc8-20250818",
176+
"eslint-plugin-react-hooks": "0.0.0-experimental-0bdb9206-20250818",
177177
"eslint-v8": "npm:eslint@^8.57.0",
178178
"event-stream": "4.0.1",
179179
"execa": "2.0.3",
@@ -233,16 +233,16 @@
233233
"pretty-ms": "7.0.0",
234234
"random-seed": "0.3.0",
235235
"react": "19.0.0",
236-
"react-builtin": "npm:[email protected]f508edc8-20250818",
236+
"react-builtin": "npm:[email protected]0bdb9206-20250818",
237237
"react-dom": "19.0.0",
238-
"react-dom-builtin": "npm:[email protected]f508edc8-20250818",
239-
"react-dom-experimental-builtin": "npm:[email protected]f508edc8-20250818",
240-
"react-experimental-builtin": "npm:[email protected]f508edc8-20250818",
241-
"react-is-builtin": "npm:[email protected]f508edc8-20250818",
242-
"react-server-dom-turbopack": "19.2.0-canary-f508edc8-20250818",
243-
"react-server-dom-turbopack-experimental": "npm:[email protected]f508edc8-20250818",
244-
"react-server-dom-webpack": "19.2.0-canary-f508edc8-20250818",
245-
"react-server-dom-webpack-experimental": "npm:[email protected]f508edc8-20250818",
238+
"react-dom-builtin": "npm:[email protected]0bdb9206-20250818",
239+
"react-dom-experimental-builtin": "npm:[email protected]0bdb9206-20250818",
240+
"react-experimental-builtin": "npm:[email protected]0bdb9206-20250818",
241+
"react-is-builtin": "npm:[email protected]0bdb9206-20250818",
242+
"react-server-dom-turbopack": "19.2.0-canary-0bdb9206-20250818",
243+
"react-server-dom-turbopack-experimental": "npm:[email protected]0bdb9206-20250818",
244+
"react-server-dom-webpack": "19.2.0-canary-0bdb9206-20250818",
245+
"react-server-dom-webpack-experimental": "npm:[email protected]0bdb9206-20250818",
246246
"react-ssr-prepass": "1.0.8",
247247
"react-virtualized": "9.22.3",
248248
"relay-compiler": "13.0.2",
@@ -252,8 +252,8 @@
252252
"resolve-from": "5.0.0",
253253
"sass": "1.54.0",
254254
"satori": "0.15.2",
255-
"scheduler-builtin": "npm:[email protected]f508edc8-20250818",
256-
"scheduler-experimental-builtin": "npm:[email protected]f508edc8-20250818",
255+
"scheduler-builtin": "npm:[email protected]0bdb9206-20250818",
256+
"scheduler-experimental-builtin": "npm:[email protected]0bdb9206-20250818",
257257
"seedrandom": "3.0.5",
258258
"semver": "7.3.7",
259259
"serve-handler": "6.1.6",
@@ -297,10 +297,10 @@
297297
"@types/react-dom": "19.1.7",
298298
"@types/retry": "0.12.0",
299299
"jest-snapshot": "30.0.0-alpha.6",
300-
"react": "19.2.0-canary-f508edc8-20250818",
301-
"react-dom": "19.2.0-canary-f508edc8-20250818",
302-
"react-is": "19.2.0-canary-f508edc8-20250818",
303-
"scheduler": "0.27.0-canary-f508edc8-20250818"
300+
"react": "19.2.0-canary-0bdb9206-20250818",
301+
"react-dom": "19.2.0-canary-0bdb9206-20250818",
302+
"react-is": "19.2.0-canary-0bdb9206-20250818",
303+
"scheduler": "0.27.0-canary-0bdb9206-20250818"
304304
},
305305
"patchedDependencies": {
306306

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.development.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31473,11 +31473,11 @@
3147331473
};
3147431474
(function () {
3147531475
var isomorphicReactPackageVersion = React.version;
31476-
if ("19.2.0-experimental-f508edc8-20250818" !== isomorphicReactPackageVersion)
31476+
if ("19.2.0-experimental-0bdb9206-20250818" !== isomorphicReactPackageVersion)
3147731477
throw Error(
3147831478
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3147931479
(isomorphicReactPackageVersion +
31480-
"\n - react-dom: 19.2.0-experimental-f508edc8-20250818\nLearn more: https://react.dev/warnings/version-mismatch")
31480+
"\n - react-dom: 19.2.0-experimental-0bdb9206-20250818\nLearn more: https://react.dev/warnings/version-mismatch")
3148131481
);
3148231482
})();
3148331483
("function" === typeof Map &&
@@ -31514,10 +31514,10 @@
3151431514
!(function () {
3151531515
var internals = {
3151631516
bundleType: 1,
31517-
version: "19.2.0-experimental-f508edc8-20250818",
31517+
version: "19.2.0-experimental-0bdb9206-20250818",
3151831518
rendererPackageName: "react-dom",
3151931519
currentDispatcherRef: ReactSharedInternals,
31520-
reconcilerVersion: "19.2.0-experimental-f508edc8-20250818"
31520+
reconcilerVersion: "19.2.0-experimental-0bdb9206-20250818"
3152131521
};
3152231522
internals.overrideHookState = overrideHookState;
3152331523
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -31664,7 +31664,7 @@
3166431664
listenToAllSupportedEvents(container);
3166531665
return new ReactDOMHydrationRoot(initialChildren);
3166631666
};
31667-
exports.version = "19.2.0-experimental-f508edc8-20250818";
31667+
exports.version = "19.2.0-experimental-0bdb9206-20250818";
3166831668
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3166931669
"function" ===
3167031670
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.production.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19292,14 +19292,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1929219292
};
1929319293
var isomorphicReactPackageVersion$jscomp$inline_2188 = React.version;
1929419294
if (
19295-
"19.2.0-experimental-f508edc8-20250818" !==
19295+
"19.2.0-experimental-0bdb9206-20250818" !==
1929619296
isomorphicReactPackageVersion$jscomp$inline_2188
1929719297
)
1929819298
throw Error(
1929919299
formatProdErrorMessage(
1930019300
527,
1930119301
isomorphicReactPackageVersion$jscomp$inline_2188,
19302-
"19.2.0-experimental-f508edc8-20250818"
19302+
"19.2.0-experimental-0bdb9206-20250818"
1930319303
)
1930419304
);
1930519305
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19321,10 +19321,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1932119321
};
1932219322
var internals$jscomp$inline_2885 = {
1932319323
bundleType: 0,
19324-
version: "19.2.0-experimental-f508edc8-20250818",
19324+
version: "19.2.0-experimental-0bdb9206-20250818",
1932519325
rendererPackageName: "react-dom",
1932619326
currentDispatcherRef: ReactSharedInternals,
19327-
reconcilerVersion: "19.2.0-experimental-f508edc8-20250818"
19327+
reconcilerVersion: "19.2.0-experimental-0bdb9206-20250818"
1932819328
};
1932919329
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1933019330
var hook$jscomp$inline_2886 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19431,4 +19431,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1943119431
listenToAllSupportedEvents(container);
1943219432
return new ReactDOMHydrationRoot(initialChildren);
1943319433
};
19434-
exports.version = "19.2.0-experimental-f508edc8-20250818";
19434+
exports.version = "19.2.0-experimental-0bdb9206-20250818";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.development.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31525,11 +31525,11 @@
3152531525
};
3152631526
(function () {
3152731527
var isomorphicReactPackageVersion = React.version;
31528-
if ("19.2.0-experimental-f508edc8-20250818" !== isomorphicReactPackageVersion)
31528+
if ("19.2.0-experimental-0bdb9206-20250818" !== isomorphicReactPackageVersion)
3152931529
throw Error(
3153031530
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3153131531
(isomorphicReactPackageVersion +
31532-
"\n - react-dom: 19.2.0-experimental-f508edc8-20250818\nLearn more: https://react.dev/warnings/version-mismatch")
31532+
"\n - react-dom: 19.2.0-experimental-0bdb9206-20250818\nLearn more: https://react.dev/warnings/version-mismatch")
3153331533
);
3153431534
})();
3153531535
("function" === typeof Map &&
@@ -31566,10 +31566,10 @@
3156631566
!(function () {
3156731567
var internals = {
3156831568
bundleType: 1,
31569-
version: "19.2.0-experimental-f508edc8-20250818",
31569+
version: "19.2.0-experimental-0bdb9206-20250818",
3157031570
rendererPackageName: "react-dom",
3157131571
currentDispatcherRef: ReactSharedInternals,
31572-
reconcilerVersion: "19.2.0-experimental-f508edc8-20250818"
31572+
reconcilerVersion: "19.2.0-experimental-0bdb9206-20250818"
3157331573
};
3157431574
internals.overrideHookState = overrideHookState;
3157531575
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32046,7 +32046,7 @@
3204632046
exports.useFormStatus = function () {
3204732047
return resolveDispatcher().useHostTransitionStatus();
3204832048
};
32049-
exports.version = "19.2.0-experimental-f508edc8-20250818";
32049+
exports.version = "19.2.0-experimental-0bdb9206-20250818";
3205032050
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3205132051
"function" ===
3205232052
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.profiling.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21026,14 +21026,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
2102621026
};
2102721027
var isomorphicReactPackageVersion$jscomp$inline_2421 = React.version;
2102821028
if (
21029-
"19.2.0-experimental-f508edc8-20250818" !==
21029+
"19.2.0-experimental-0bdb9206-20250818" !==
2103021030
isomorphicReactPackageVersion$jscomp$inline_2421
2103121031
)
2103221032
throw Error(
2103321033
formatProdErrorMessage(
2103421034
527,
2103521035
isomorphicReactPackageVersion$jscomp$inline_2421,
21036-
"19.2.0-experimental-f508edc8-20250818"
21036+
"19.2.0-experimental-0bdb9206-20250818"
2103721037
)
2103821038
);
2103921039
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -21055,10 +21055,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
2105521055
};
2105621056
var internals$jscomp$inline_3120 = {
2105721057
bundleType: 0,
21058-
version: "19.2.0-experimental-f508edc8-20250818",
21058+
version: "19.2.0-experimental-0bdb9206-20250818",
2105921059
rendererPackageName: "react-dom",
2106021060
currentDispatcherRef: ReactSharedInternals,
21061-
reconcilerVersion: "19.2.0-experimental-f508edc8-20250818"
21061+
reconcilerVersion: "19.2.0-experimental-0bdb9206-20250818"
2106221062
};
2106321063
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
2106421064
var hook$jscomp$inline_3121 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -21326,7 +21326,7 @@ exports.useFormState = function (action, initialState, permalink) {
2132621326
exports.useFormStatus = function () {
2132721327
return ReactSharedInternals.H.useHostTransitionStatus();
2132821328
};
21329-
exports.version = "19.2.0-experimental-f508edc8-20250818";
21329+
exports.version = "19.2.0-experimental-0bdb9206-20250818";
2133021330
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2133121331
"function" ===
2133221332
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.development.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10204,7 +10204,7 @@
1020410204
completeSegmentData2 = '" data-pid="',
1020510205
completeSegmentDataEnd = '"></template>',
1020610206
completeBoundaryScriptFunctionOnly =
10207-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+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)}}b.length=0};\n$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)};',
10207+
'$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)};',
1020810208
completeBoundaryUpgradeToViewTransitionsInstruction =
1020910209
'$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);',
1021010210
completeBoundaryScript1Partial = '$RC("',
@@ -10523,5 +10523,5 @@
1052310523
'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'
1052410524
);
1052510525
};
10526-
exports.version = "19.2.0-experimental-f508edc8-20250818";
10526+
exports.version = "19.2.0-experimental-0bdb9206-20250818";
1052710527
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.production.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6628,7 +6628,7 @@ function flushCompletedBoundary(request, destination, boundary) {
66286628
0 === (completedSegments.instructions & 2) &&
66296629
((completedSegments.instructions |= 2),
66306630
destination.push(
6631-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+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)}}b.length=0};\n$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)};'
6631+
'$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)};'
66326632
)),
66336633
requiresViewTransitions &&
66346634
0 === (completedSegments.instructions & 256) &&
@@ -6645,7 +6645,7 @@ function flushCompletedBoundary(request, destination, boundary) {
66456645
: (0 === (completedSegments.instructions & 2) &&
66466646
((completedSegments.instructions |= 2),
66476647
destination.push(
6648-
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+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)}}b.length=0};\n$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)};'
6648+
'$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)};'
66496649
)),
66506650
requiresViewTransitions &&
66516651
0 === (completedSegments.instructions & 256) &&
@@ -7142,4 +7142,4 @@ exports.renderToString = function (children, options) {
71427142
'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'
71437143
);
71447144
};
7145-
exports.version = "19.2.0-experimental-f508edc8-20250818";
7145+
exports.version = "19.2.0-experimental-0bdb9206-20250818";

0 commit comments

Comments
 (0)