Skip to content

Commit 17f0c67

Browse files
committed
Remove zoom from special cases list (#26631)
Looks like [it's getting removed anyway](https://groups.google.com/a/chromium.org/g/blink-dev/c/V7q43bgutbo/m/-7jneTl8CQAJ?pli=1). Maybe should wait for a major though. DiffTrain build for [f24cf4a](f24cf4a)
1 parent 66f3d77 commit 17f0c67

17 files changed

+36
-50
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1a6d36b1a3ec43cb5700e28d7315b3aa2822365d
1+
f24cf4a1af4e677dd85fce66001eee42b75b1cf7

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5789,7 +5789,6 @@ if (__DEV__) {
57895789
"tabSize",
57905790
"widows",
57915791
"zIndex",
5792-
"zoom",
57935792
"fillOpacity", // SVG-related properties
57945793
"floodOpacity",
57955794
"stopOpacity",
@@ -5804,7 +5803,6 @@ if (__DEV__) {
58045803
"MozLineClamp",
58055804
"msAnimationIterationCount",
58065805
"msFlex",
5807-
"msZoom",
58085806
"msFlexGrow",
58095807
"msFlexNegative",
58105808
"msFlexOrder",
@@ -35847,7 +35845,7 @@ if (__DEV__) {
3584735845
return root;
3584835846
}
3584935847

35850-
var ReactVersion = "19.0.0-www-classic-754fde26";
35848+
var ReactVersion = "19.0.0-www-classic-cec25015";
3585135849

3585235850
function createPortal$1(
3585335851
children,

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5623,7 +5623,6 @@ if (__DEV__) {
56235623
"tabSize",
56245624
"widows",
56255625
"zIndex",
5626-
"zoom",
56275626
"fillOpacity", // SVG-related properties
56285627
"floodOpacity",
56295628
"stopOpacity",
@@ -5638,7 +5637,6 @@ if (__DEV__) {
56385637
"MozLineClamp",
56395638
"msAnimationIterationCount",
56405639
"msFlex",
5641-
"msZoom",
56425640
"msFlexGrow",
56435641
"msFlexNegative",
56445642
"msFlexOrder",
@@ -35694,7 +35692,7 @@ if (__DEV__) {
3569435692
return root;
3569535693
}
3569635694

35697-
var ReactVersion = "19.0.0-www-modern-94f68049";
35695+
var ReactVersion = "19.0.0-www-modern-b40caa87";
3569835696

3569935697
function createPortal$1(
3570035698
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 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(
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(
13221322
" "
13231323
)
13241324
);
@@ -17252,7 +17252,7 @@ Internals.Events = [
1725217252
var devToolsConfig$jscomp$inline_1816 = {
1725317253
findFiberByHostInstance: getClosestInstanceFromNode,
1725417254
bundleType: 0,
17255-
version: "19.0.0-www-classic-9e2701d6",
17255+
version: "19.0.0-www-classic-11e2b771",
1725617256
rendererPackageName: "react-dom"
1725717257
};
1725817258
var internals$jscomp$inline_2175 = {
@@ -17282,7 +17282,7 @@ var internals$jscomp$inline_2175 = {
1728217282
scheduleRoot: null,
1728317283
setRefreshHandler: null,
1728417284
getCurrentFiber: null,
17285-
reconcilerVersion: "19.0.0-www-classic-9e2701d6"
17285+
reconcilerVersion: "19.0.0-www-classic-11e2b771"
1728617286
};
1728717287
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1728817288
var hook$jscomp$inline_2176 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17613,4 +17613,4 @@ exports.useFormState = function (action, initialState, permalink) {
1761317613
exports.useFormStatus = function () {
1761417614
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1761517615
};
17616-
exports.version = "19.0.0-www-classic-9e2701d6";
17616+
exports.version = "19.0.0-www-classic-11e2b771";

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ function setTextContent(node, text) {
11631163
node.textContent = text;
11641164
}
11651165
var unitlessNumbers = new Set(
1166-
"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(
1166+
"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(
11671167
" "
11681168
)
11691169
);
@@ -16768,7 +16768,7 @@ Internals.Events = [
1676816768
var devToolsConfig$jscomp$inline_1775 = {
1676916769
findFiberByHostInstance: getClosestInstanceFromNode,
1677016770
bundleType: 0,
16771-
version: "19.0.0-www-modern-fce8e053",
16771+
version: "19.0.0-www-modern-1edd09db",
1677216772
rendererPackageName: "react-dom"
1677316773
};
1677416774
var internals$jscomp$inline_2139 = {
@@ -16799,7 +16799,7 @@ var internals$jscomp$inline_2139 = {
1679916799
scheduleRoot: null,
1680016800
setRefreshHandler: null,
1680116801
getCurrentFiber: null,
16802-
reconcilerVersion: "19.0.0-www-modern-fce8e053"
16802+
reconcilerVersion: "19.0.0-www-modern-1edd09db"
1680316803
};
1680416804
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1680516805
var hook$jscomp$inline_2140 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17058,4 +17058,4 @@ exports.useFormState = function (action, initialState, permalink) {
1705817058
exports.useFormStatus = function () {
1705917059
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1706017060
};
17061-
exports.version = "19.0.0-www-modern-fce8e053";
17061+
exports.version = "19.0.0-www-modern-1edd09db";

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 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(
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(
14581458
" "
14591459
)
14601460
);
@@ -17999,7 +17999,7 @@ Internals.Events = [
1799917999
var devToolsConfig$jscomp$inline_1901 = {
1800018000
findFiberByHostInstance: getClosestInstanceFromNode,
1800118001
bundleType: 0,
18002-
version: "19.0.0-www-classic-83630acb",
18002+
version: "19.0.0-www-classic-9734c976",
1800318003
rendererPackageName: "react-dom"
1800418004
};
1800518005
(function (internals) {
@@ -18043,7 +18043,7 @@ var devToolsConfig$jscomp$inline_1901 = {
1804318043
scheduleRoot: null,
1804418044
setRefreshHandler: null,
1804518045
getCurrentFiber: null,
18046-
reconcilerVersion: "19.0.0-www-classic-83630acb"
18046+
reconcilerVersion: "19.0.0-www-classic-9734c976"
1804718047
});
1804818048
assign(Internals, {
1804918049
ReactBrowserEventEmitter: {
@@ -18361,7 +18361,7 @@ exports.useFormState = function (action, initialState, permalink) {
1836118361
exports.useFormStatus = function () {
1836218362
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1836318363
};
18364-
exports.version = "19.0.0-www-classic-83630acb";
18364+
exports.version = "19.0.0-www-classic-9734c976";
1836518365
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1836618366
"function" ===
1836718367
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
@@ -1299,7 +1299,7 @@ function setTextContent(node, text) {
12991299
node.textContent = text;
13001300
}
13011301
var unitlessNumbers = new Set(
1302-
"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(
1302+
"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(
13031303
" "
13041304
)
13051305
);
@@ -17509,7 +17509,7 @@ Internals.Events = [
1750917509
var devToolsConfig$jscomp$inline_1860 = {
1751017510
findFiberByHostInstance: getClosestInstanceFromNode,
1751117511
bundleType: 0,
17512-
version: "19.0.0-www-modern-2f997edb",
17512+
version: "19.0.0-www-modern-b8f6a39e",
1751317513
rendererPackageName: "react-dom"
1751417514
};
1751517515
(function (internals) {
@@ -17554,7 +17554,7 @@ var devToolsConfig$jscomp$inline_1860 = {
1755417554
scheduleRoot: null,
1755517555
setRefreshHandler: null,
1755617556
getCurrentFiber: null,
17557-
reconcilerVersion: "19.0.0-www-modern-2f997edb"
17557+
reconcilerVersion: "19.0.0-www-modern-b8f6a39e"
1755817558
});
1755917559
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
1756017560
exports.createPortal = function (children, container) {
@@ -17800,7 +17800,7 @@ exports.useFormState = function (action, initialState, permalink) {
1780017800
exports.useFormStatus = function () {
1780117801
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1780217802
};
17803-
exports.version = "19.0.0-www-modern-2f997edb";
17803+
exports.version = "19.0.0-www-modern-b8f6a39e";
1780417804
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1780517805
"function" ===
1780617806
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 1 addition & 3 deletions
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-161b13ab";
22+
var ReactVersion = "19.0.0-www-classic-9d94c946";
2323

2424
// This refers to a WWW module.
2525
var warningWWW = require("warning");
@@ -763,7 +763,6 @@ if (__DEV__) {
763763
"tabSize",
764764
"widows",
765765
"zIndex",
766-
"zoom",
767766
"fillOpacity", // SVG-related properties
768767
"floodOpacity",
769768
"stopOpacity",
@@ -778,7 +777,6 @@ if (__DEV__) {
778777
"MozLineClamp",
779778
"msAnimationIterationCount",
780779
"msFlex",
781-
"msZoom",
782780
"msFlexGrow",
783781
"msFlexNegative",
784782
"msFlexOrder",

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

Lines changed: 1 addition & 3 deletions
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-7d561330";
22+
var ReactVersion = "19.0.0-www-modern-46a9d3dd";
2323

2424
// This refers to a WWW module.
2525
var warningWWW = require("warning");
@@ -763,7 +763,6 @@ if (__DEV__) {
763763
"tabSize",
764764
"widows",
765765
"zIndex",
766-
"zoom",
767766
"fillOpacity", // SVG-related properties
768767
"floodOpacity",
769768
"stopOpacity",
@@ -778,7 +777,6 @@ if (__DEV__) {
778777
"MozLineClamp",
779778
"msAnimationIterationCount",
780779
"msFlex",
781-
"msZoom",
782780
"msFlexGrow",
783781
"msFlexNegative",
784782
"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 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(
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(
156156
" "
157157
)
158158
),
@@ -5736,4 +5736,4 @@ exports.renderToString = function (children, options) {
57365736
'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'
57375737
);
57385738
};
5739-
exports.version = "19.0.0-www-classic-e87c5954";
5739+
exports.version = "19.0.0-www-classic-9752b79b";

0 commit comments

Comments
 (0)