@@ -11425,8 +11425,8 @@ __DEV__ &&
1142511425 offscreenFiber = offscreenFiber.return;
1142611426 null !== offscreenFiber &&
1142711427 13 === offscreenFiber.tag &&
11428- offscreenFiber.memoizedProps.unstable_name &&
11429- (name = offscreenFiber.memoizedProps.unstable_name );
11428+ offscreenFiber.memoizedProps.name &&
11429+ (name = offscreenFiber.memoizedProps.name );
1143011430 !prevState && previousFiber
1143111431 ? null !== pendingMarkers &&
1143211432 pendingMarkers.forEach(function (markerInstance) {
@@ -13565,7 +13565,7 @@ __DEV__ &&
1356513565 if (null !== transitions) {
1356613566 var abortReason = {
1356713567 reason: "suspense",
13568- name: current.memoizedProps.unstable_name || null
13568+ name: current.memoizedProps.name || null
1356913569 };
1357013570 if (
1357113571 null === current.memoizedState ||
@@ -18800,10 +18800,10 @@ __DEV__ &&
1880018800 (function () {
1880118801 var internals = {
1880218802 bundleType: 1,
18803- version: "19.2.0-www-classic-5010364d -20250424",
18803+ version: "19.2.0-www-classic-693803a9 -20250424",
1880418804 rendererPackageName: "react-art",
1880518805 currentDispatcherRef: ReactSharedInternals,
18806- reconcilerVersion: "19.2.0-www-classic-5010364d -20250424"
18806+ reconcilerVersion: "19.2.0-www-classic-693803a9 -20250424"
1880718807 };
1880818808 internals.overrideHookState = overrideHookState;
1880918809 internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18837,7 +18837,7 @@ __DEV__ &&
1883718837 exports.Shape = Shape;
1883818838 exports.Surface = Surface;
1883918839 exports.Text = Text;
18840- exports.version = "19.2.0-www-classic-5010364d -20250424";
18840+ exports.version = "19.2.0-www-classic-693803a9 -20250424";
1884118841 "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1884218842 "function" ===
1884318843 typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
0 commit comments