Skip to content

Commit

Permalink
fix[eslint-plugin-react-hooks]: Fix error when callback argument is a…
Browse files Browse the repository at this point in the history
…n identifier with an `as` expression (#31119)

DiffTrain build for [eaf2d5c](eaf2d5c)
  • Loading branch information
eps1lon committed Nov 19, 2024
1 parent 3a9e9ff commit c506d49
Show file tree
Hide file tree
Showing 35 changed files with 109 additions and 98 deletions.
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
047d95e85f0f0cfa6085b2e355e052a3c34ae24d
eaf2d5c670c84124618977156d81946435922eb3
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION_TRANSFORMS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
047d95e85f0f0cfa6085b2e355e052a3c34ae24d
eaf2d5c670c84124618977156d81946435922eb3
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.0.0-www-classic-047d95e8-20241118";
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.0.0-www-modern-047d95e8-20241118";
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-prod.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.0.0-www-classic-047d95e8-20241118";
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-prod.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.0.0-www-modern-047d95e8-20241118";
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-profiling.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.0.0-www-classic-047d95e8-20241118";
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-profiling.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.0.0-www-modern-047d95e8-20241118";
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
6 changes: 3 additions & 3 deletions compiled/facebook-www/ReactART-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -17113,11 +17113,11 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.0.0-www-classic-047d95e8-20241118",
version: "19.0.0-www-classic-eaf2d5c6-20241119",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getInstanceFromNode,
reconcilerVersion: "19.0.0-www-classic-047d95e8-20241118"
reconcilerVersion: "19.0.0-www-classic-eaf2d5c6-20241119"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -17151,7 +17151,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.0.0-www-classic-047d95e8-20241118";
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
6 changes: 3 additions & 3 deletions compiled/facebook-www/ReactART-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -16876,11 +16876,11 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.0.0-www-modern-047d95e8-20241118",
version: "19.0.0-www-modern-eaf2d5c6-20241119",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getInstanceFromNode,
reconcilerVersion: "19.0.0-www-modern-047d95e8-20241118"
reconcilerVersion: "19.0.0-www-modern-eaf2d5c6-20241119"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -16914,7 +16914,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.0.0-www-modern-047d95e8-20241118";
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
6 changes: 3 additions & 3 deletions compiled/facebook-www/ReactART-prod.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -10813,13 +10813,13 @@ var slice = Array.prototype.slice,
})(React.Component);
var internals$jscomp$inline_1509 = {
bundleType: 0,
version: "19.0.0-www-classic-047d95e8-20241118",
version: "19.0.0-www-classic-eaf2d5c6-20241119",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: function () {
return null;
},
reconcilerVersion: "19.0.0-www-classic-047d95e8-20241118"
reconcilerVersion: "19.0.0-www-classic-eaf2d5c6-20241119"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1510 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand All @@ -10845,4 +10845,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.0.0-www-classic-047d95e8-20241118";
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
6 changes: 3 additions & 3 deletions compiled/facebook-www/ReactART-prod.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -10529,13 +10529,13 @@ var slice = Array.prototype.slice,
})(React.Component);
var internals$jscomp$inline_1488 = {
bundleType: 0,
version: "19.0.0-www-modern-047d95e8-20241118",
version: "19.0.0-www-modern-eaf2d5c6-20241119",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: function () {
return null;
},
reconcilerVersion: "19.0.0-www-modern-047d95e8-20241118"
reconcilerVersion: "19.0.0-www-modern-eaf2d5c6-20241119"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1489 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand All @@ -10561,4 +10561,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.0.0-www-modern-047d95e8-20241118";
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
10 changes: 5 additions & 5 deletions compiled/facebook-www/ReactDOM-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -27531,11 +27531,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-www-classic-047d95e8-20241118" !== isomorphicReactPackageVersion)
if ("19.0.0-www-classic-eaf2d5c6-20241119" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.0.0-www-classic-047d95e8-20241118\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-www-classic-eaf2d5c6-20241119\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
Expand Down Expand Up @@ -27578,11 +27578,11 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.0.0-www-classic-047d95e8-20241118",
version: "19.0.0-www-classic-eaf2d5c6-20241119",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-www-classic-047d95e8-20241118"
reconcilerVersion: "19.0.0-www-classic-eaf2d5c6-20241119"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -28187,7 +28187,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.0.0-www-classic-047d95e8-20241118";
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
10 changes: 5 additions & 5 deletions compiled/facebook-www/ReactDOM-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -27310,11 +27310,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-www-modern-047d95e8-20241118" !== isomorphicReactPackageVersion)
if ("19.0.0-www-modern-eaf2d5c6-20241119" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.0.0-www-modern-047d95e8-20241118\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-www-modern-eaf2d5c6-20241119\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
Expand Down Expand Up @@ -27357,11 +27357,11 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.0.0-www-modern-047d95e8-20241118",
version: "19.0.0-www-modern-eaf2d5c6-20241119",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-www-modern-047d95e8-20241118"
reconcilerVersion: "19.0.0-www-modern-eaf2d5c6-20241119"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -27966,7 +27966,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.0.0-www-modern-047d95e8-20241118";
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
10 changes: 5 additions & 5 deletions compiled/facebook-www/ReactDOM-prod.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -17240,14 +17240,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_1778 = React.version;
if (
"19.0.0-www-classic-047d95e8-20241118" !==
"19.0.0-www-classic-eaf2d5c6-20241119" !==
isomorphicReactPackageVersion$jscomp$inline_1778
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1778,
"19.0.0-www-classic-047d95e8-20241118"
"19.0.0-www-classic-eaf2d5c6-20241119"
)
);
Internals.findDOMNode = function (componentOrElement) {
Expand All @@ -17265,11 +17265,11 @@ Internals.Events = [
];
var internals$jscomp$inline_2322 = {
bundleType: 0,
version: "19.0.0-www-classic-047d95e8-20241118",
version: "19.0.0-www-classic-eaf2d5c6-20241119",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-www-classic-047d95e8-20241118"
reconcilerVersion: "19.0.0-www-classic-eaf2d5c6-20241119"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2323 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down Expand Up @@ -17632,4 +17632,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.0.0-www-classic-047d95e8-20241118";
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
10 changes: 5 additions & 5 deletions compiled/facebook-www/ReactDOM-prod.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -16971,14 +16971,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_1768 = React.version;
if (
"19.0.0-www-modern-047d95e8-20241118" !==
"19.0.0-www-modern-eaf2d5c6-20241119" !==
isomorphicReactPackageVersion$jscomp$inline_1768
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1768,
"19.0.0-www-modern-047d95e8-20241118"
"19.0.0-www-modern-eaf2d5c6-20241119"
)
);
Internals.findDOMNode = function (componentOrElement) {
Expand All @@ -16996,11 +16996,11 @@ Internals.Events = [
];
var internals$jscomp$inline_2304 = {
bundleType: 0,
version: "19.0.0-www-modern-047d95e8-20241118",
version: "19.0.0-www-modern-eaf2d5c6-20241119",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-www-modern-047d95e8-20241118"
reconcilerVersion: "19.0.0-www-modern-eaf2d5c6-20241119"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2305 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down Expand Up @@ -17363,4 +17363,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.0.0-www-modern-047d95e8-20241118";
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
10 changes: 5 additions & 5 deletions compiled/facebook-www/ReactDOM-profiling.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -17929,14 +17929,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_1871 = React.version;
if (
"19.0.0-www-classic-047d95e8-20241118" !==
"19.0.0-www-classic-eaf2d5c6-20241119" !==
isomorphicReactPackageVersion$jscomp$inline_1871
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1871,
"19.0.0-www-classic-047d95e8-20241118"
"19.0.0-www-classic-eaf2d5c6-20241119"
)
);
Internals.findDOMNode = function (componentOrElement) {
Expand All @@ -17954,11 +17954,11 @@ Internals.Events = [
];
var internals$jscomp$inline_1873 = {
bundleType: 0,
version: "19.0.0-www-classic-047d95e8-20241118",
version: "19.0.0-www-classic-eaf2d5c6-20241119",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-www-classic-047d95e8-20241118"
reconcilerVersion: "19.0.0-www-classic-eaf2d5c6-20241119"
};
enableSchedulingProfiler &&
((internals$jscomp$inline_1873.getLaneLabelMap = getLaneLabelMap),
Expand Down Expand Up @@ -18324,7 +18324,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.0.0-www-classic-047d95e8-20241118";
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
10 changes: 5 additions & 5 deletions compiled/facebook-www/ReactDOM-profiling.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -17659,14 +17659,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_1861 = React.version;
if (
"19.0.0-www-modern-047d95e8-20241118" !==
"19.0.0-www-modern-eaf2d5c6-20241119" !==
isomorphicReactPackageVersion$jscomp$inline_1861
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1861,
"19.0.0-www-modern-047d95e8-20241118"
"19.0.0-www-modern-eaf2d5c6-20241119"
)
);
Internals.findDOMNode = function (componentOrElement) {
Expand All @@ -17684,11 +17684,11 @@ Internals.Events = [
];
var internals$jscomp$inline_1863 = {
bundleType: 0,
version: "19.0.0-www-modern-047d95e8-20241118",
version: "19.0.0-www-modern-eaf2d5c6-20241119",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-www-modern-047d95e8-20241118"
reconcilerVersion: "19.0.0-www-modern-eaf2d5c6-20241119"
};
enableSchedulingProfiler &&
((internals$jscomp$inline_1863.getLaneLabelMap = getLaneLabelMap),
Expand Down Expand Up @@ -18054,7 +18054,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.0.0-www-modern-047d95e8-20241118";
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/ReactDOMServer-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -8991,5 +8991,5 @@ __DEV__ &&
'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'
);
};
exports.version = "19.0.0-www-classic-047d95e8-20241118";
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
})();
2 changes: 1 addition & 1 deletion compiled/facebook-www/ReactDOMServer-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -8809,5 +8809,5 @@ __DEV__ &&
'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'
);
};
exports.version = "19.0.0-www-modern-047d95e8-20241118";
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
})();
2 changes: 1 addition & 1 deletion compiled/facebook-www/ReactDOMServer-prod.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -5910,4 +5910,4 @@ exports.renderToString = function (children, options) {
'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'
);
};
exports.version = "19.0.0-www-classic-047d95e8-20241118";
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
2 changes: 1 addition & 1 deletion compiled/facebook-www/ReactDOMServer-prod.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -5822,4 +5822,4 @@ exports.renderToString = function (children, options) {
'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'
);
};
exports.version = "19.0.0-www-modern-047d95e8-20241118";
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
Loading

0 comments on commit c506d49

Please sign in to comment.