Skip to content

Commit aa4213f

Browse files
committed
Revert "Remove zoom from special cases list" (#28673)
Reverts #26631 This got specced: w3c/csswg-drafts#9699 I left msZoom because it seems plausible someone will still be using it for backwards compat. DiffTrain build for [19c7c29](19c7c29)
1 parent b34287d commit aa4213f

17 files changed

+50
-36
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eb510a33048fabd95d272b1c0b65f941e2909240
1+
19c7c2929be68f87cfa6b7947c4ab9ffc5608e48

compiled/facebook-www/ReactDOM-dev.classic.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5785,6 +5785,7 @@ if (__DEV__) {
57855785
"tabSize",
57865786
"widows",
57875787
"zIndex",
5788+
"zoom",
57885789
"fillOpacity", // SVG-related properties
57895790
"floodOpacity",
57905791
"stopOpacity",
@@ -5799,6 +5800,7 @@ if (__DEV__) {
57995800
"MozLineClamp",
58005801
"msAnimationIterationCount",
58015802
"msFlex",
5803+
"msZoom",
58025804
"msFlexGrow",
58035805
"msFlexNegative",
58045806
"msFlexOrder",
@@ -36343,7 +36345,7 @@ if (__DEV__) {
3634336345
return root;
3634436346
}
3634536347

36346-
var ReactVersion = "19.0.0-www-classic-999c716e";
36348+
var ReactVersion = "19.0.0-www-classic-698b36f3";
3634736349

3634836350
function createPortal$1(
3634936351
children,

compiled/facebook-www/ReactDOM-dev.modern.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5620,6 +5620,7 @@ if (__DEV__) {
56205620
"tabSize",
56215621
"widows",
56225622
"zIndex",
5623+
"zoom",
56235624
"fillOpacity", // SVG-related properties
56245625
"floodOpacity",
56255626
"stopOpacity",
@@ -5634,6 +5635,7 @@ if (__DEV__) {
56345635
"MozLineClamp",
56355636
"msAnimationIterationCount",
56365637
"msFlex",
5638+
"msZoom",
56375639
"msFlexGrow",
56385640
"msFlexNegative",
56395641
"msFlexOrder",
@@ -36191,7 +36193,7 @@ if (__DEV__) {
3619136193
return root;
3619236194
}
3619336195

36194-
var ReactVersion = "19.0.0-www-modern-dccac838";
36196+
var ReactVersion = "19.0.0-www-modern-05455d88";
3619536197

3619636198
function createPortal$1(
3619736199
children,

compiled/facebook-www/ReactDOM-prod.classic.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ function setTextContent(node, text) {
13181318
node.textContent = text;
13191319
}
13201320
var unitlessNumbers = new Set(
1321-
"animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(
1321+
"animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(
13221322
" "
13231323
)
13241324
);
@@ -17110,7 +17110,7 @@ Internals.Events = [
1711017110
var devToolsConfig$jscomp$inline_1732 = {
1711117111
findFiberByHostInstance: getClosestInstanceFromNode,
1711217112
bundleType: 0,
17113-
version: "19.0.0-www-classic-ddee3543",
17113+
version: "19.0.0-www-classic-8d5be4b3",
1711417114
rendererPackageName: "react-dom"
1711517115
};
1711617116
var internals$jscomp$inline_2160 = {
@@ -17140,7 +17140,7 @@ var internals$jscomp$inline_2160 = {
1714017140
scheduleRoot: null,
1714117141
setRefreshHandler: null,
1714217142
getCurrentFiber: null,
17143-
reconcilerVersion: "19.0.0-www-classic-ddee3543"
17143+
reconcilerVersion: "19.0.0-www-classic-8d5be4b3"
1714417144
};
1714517145
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1714617146
var hook$jscomp$inline_2161 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17590,4 +17590,4 @@ exports.useFormState = function (action, initialState, permalink) {
1759017590
exports.useFormStatus = function () {
1759117591
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1759217592
};
17593-
exports.version = "19.0.0-www-classic-ddee3543";
17593+
exports.version = "19.0.0-www-classic-8d5be4b3";

compiled/facebook-www/ReactDOM-prod.modern.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ function setTextContent(node, text) {
11641164
node.textContent = text;
11651165
}
11661166
var unitlessNumbers = new Set(
1167-
"animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(
1167+
"animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(
11681168
" "
11691169
)
11701170
);
@@ -16624,7 +16624,7 @@ Internals.Events = [
1662416624
var devToolsConfig$jscomp$inline_1693 = {
1662516625
findFiberByHostInstance: getClosestInstanceFromNode,
1662616626
bundleType: 0,
16627-
version: "19.0.0-www-modern-600e55ad",
16627+
version: "19.0.0-www-modern-8af68c69",
1662816628
rendererPackageName: "react-dom"
1662916629
};
1663016630
var internals$jscomp$inline_2122 = {
@@ -16654,7 +16654,7 @@ var internals$jscomp$inline_2122 = {
1665416654
scheduleRoot: null,
1665516655
setRefreshHandler: null,
1665616656
getCurrentFiber: null,
16657-
reconcilerVersion: "19.0.0-www-modern-600e55ad"
16657+
reconcilerVersion: "19.0.0-www-modern-8af68c69"
1665816658
};
1665916659
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1666016660
var hook$jscomp$inline_2123 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16957,4 +16957,4 @@ exports.useFormState = function (action, initialState, permalink) {
1695716957
exports.useFormStatus = function () {
1695816958
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1695916959
};
16960-
exports.version = "19.0.0-www-modern-600e55ad";
16960+
exports.version = "19.0.0-www-modern-8af68c69";

compiled/facebook-www/ReactDOM-profiling.classic.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ function setTextContent(node, text) {
14541454
node.textContent = text;
14551455
}
14561456
var unitlessNumbers = new Set(
1457-
"animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(
1457+
"animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(
14581458
" "
14591459
)
14601460
);
@@ -17860,7 +17860,7 @@ Internals.Events = [
1786017860
var devToolsConfig$jscomp$inline_1818 = {
1786117861
findFiberByHostInstance: getClosestInstanceFromNode,
1786217862
bundleType: 0,
17863-
version: "19.0.0-www-classic-1a2b8133",
17863+
version: "19.0.0-www-classic-84f28ae7",
1786417864
rendererPackageName: "react-dom"
1786517865
};
1786617866
(function (internals) {
@@ -17904,7 +17904,7 @@ var devToolsConfig$jscomp$inline_1818 = {
1790417904
scheduleRoot: null,
1790517905
setRefreshHandler: null,
1790617906
getCurrentFiber: null,
17907-
reconcilerVersion: "19.0.0-www-classic-1a2b8133"
17907+
reconcilerVersion: "19.0.0-www-classic-84f28ae7"
1790817908
});
1790917909
var ReactFiberErrorDialogWWW = require("ReactFiberErrorDialog");
1791017910
if ("function" !== typeof ReactFiberErrorDialogWWW.showErrorDialog)
@@ -18341,7 +18341,7 @@ exports.useFormState = function (action, initialState, permalink) {
1834118341
exports.useFormStatus = function () {
1834218342
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1834318343
};
18344-
exports.version = "19.0.0-www-classic-1a2b8133";
18344+
exports.version = "19.0.0-www-classic-84f28ae7";
1834518345
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1834618346
"function" ===
1834718347
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactDOM-profiling.modern.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ function setTextContent(node, text) {
13001300
node.textContent = text;
13011301
}
13021302
var unitlessNumbers = new Set(
1303-
"animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(
1303+
"animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(
13041304
" "
13051305
)
13061306
);
@@ -17368,7 +17368,7 @@ Internals.Events = [
1736817368
var devToolsConfig$jscomp$inline_1779 = {
1736917369
findFiberByHostInstance: getClosestInstanceFromNode,
1737017370
bundleType: 0,
17371-
version: "19.0.0-www-modern-d01064be",
17371+
version: "19.0.0-www-modern-056e78c8",
1737217372
rendererPackageName: "react-dom"
1737317373
};
1737417374
(function (internals) {
@@ -17412,7 +17412,7 @@ var devToolsConfig$jscomp$inline_1779 = {
1741217412
scheduleRoot: null,
1741317413
setRefreshHandler: null,
1741417414
getCurrentFiber: null,
17415-
reconcilerVersion: "19.0.0-www-modern-d01064be"
17415+
reconcilerVersion: "19.0.0-www-modern-056e78c8"
1741617416
});
1741717417
var ReactFiberErrorDialogWWW = require("ReactFiberErrorDialog");
1741817418
if ("function" !== typeof ReactFiberErrorDialogWWW.showErrorDialog)
@@ -17702,7 +17702,7 @@ exports.useFormState = function (action, initialState, permalink) {
1770217702
exports.useFormStatus = function () {
1770317703
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1770417704
};
17705-
exports.version = "19.0.0-www-modern-d01064be";
17705+
exports.version = "19.0.0-www-modern-056e78c8";
1770617706
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1770717707
"function" ===
1770817708
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactDOMServer-dev.classic.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (__DEV__) {
1919
var React = require("react");
2020
var ReactDOM = require("react-dom");
2121

22-
var ReactVersion = "19.0.0-www-classic-b6293056";
22+
var ReactVersion = "19.0.0-www-classic-ba16cd90";
2323

2424
// This refers to a WWW module.
2525
var warningWWW = require("warning");
@@ -763,6 +763,7 @@ if (__DEV__) {
763763
"tabSize",
764764
"widows",
765765
"zIndex",
766+
"zoom",
766767
"fillOpacity", // SVG-related properties
767768
"floodOpacity",
768769
"stopOpacity",
@@ -777,6 +778,7 @@ if (__DEV__) {
777778
"MozLineClamp",
778779
"msAnimationIterationCount",
779780
"msFlex",
781+
"msZoom",
780782
"msFlexGrow",
781783
"msFlexNegative",
782784
"msFlexOrder",

compiled/facebook-www/ReactDOMServer-dev.modern.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (__DEV__) {
1919
var React = require("react");
2020
var ReactDOM = require("react-dom");
2121

22-
var ReactVersion = "19.0.0-www-modern-6602fdf7";
22+
var ReactVersion = "19.0.0-www-modern-76165512";
2323

2424
// This refers to a WWW module.
2525
var warningWWW = require("warning");
@@ -763,6 +763,7 @@ if (__DEV__) {
763763
"tabSize",
764764
"widows",
765765
"zIndex",
766+
"zoom",
766767
"fillOpacity", // SVG-related properties
767768
"floodOpacity",
768769
"stopOpacity",
@@ -777,6 +778,7 @@ if (__DEV__) {
777778
"MozLineClamp",
778779
"msAnimationIterationCount",
779780
"msFlex",
781+
"msZoom",
780782
"msFlexGrow",
781783
"msFlexNegative",
782784
"msFlexOrder",

compiled/facebook-www/ReactDOMServer-prod.classic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function isAttributeNameSafe(attributeName) {
152152
return !1;
153153
}
154154
var unitlessNumbers = new Set(
155-
"animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(
155+
"animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(
156156
" "
157157
)
158158
),
@@ -5733,4 +5733,4 @@ exports.renderToString = function (children, options) {
57335733
'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'
57345734
);
57355735
};
5736-
exports.version = "19.0.0-www-classic-2cce0f8c";
5736+
exports.version = "19.0.0-www-classic-31877900";

0 commit comments

Comments
 (0)