You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow up to #35022.
It's now replaced by the `defer` option.
Sounds like nobody is actually using this option, including Meta, so we
can just delete it.
DiffTrain build for [fa767da](fa767da)
"<Suspense unstable_expectedLoadTime={...}> is deprecated. Use <Suspense defer={true}> instead."
8760
-
)),
8761
8752
reuseSuspenseHandlerOnStack(workInProgress),
8762
8753
mountSuspenseFallbackChildren(
8763
8754
workInProgress,
@@ -20064,8 +20055,7 @@ __DEV__ &&
20064
20055
SelectiveHydrationException = Error(
20065
20056
"This is not a real error. It's an implementation detail of React's selective hydration feature. If this leaks into userspace, it's a bug in React. Please file an issue."
20066
20057
),
20067
-
didReceiveUpdate = !1,
20068
-
didWarnAboutExpectedLoadTime = !1;
20058
+
didReceiveUpdate = !1;
20069
20059
var didWarnAboutBadClass = {};
20070
20060
var didWarnAboutContextTypeOnFunctionComponent = {};
"<Suspense unstable_expectedLoadTime={...}> is deprecated. Use <Suspense defer={true}> instead."
8591
-
)),
8592
8583
reuseSuspenseHandlerOnStack(workInProgress),
8593
8584
mountSuspenseFallbackChildren(
8594
8585
workInProgress,
@@ -19835,8 +19826,7 @@ __DEV__ &&
19835
19826
SelectiveHydrationException = Error(
19836
19827
"This is not a real error. It's an implementation detail of React's selective hydration feature. If this leaks into userspace, it's a bug in React. Please file an issue."
19837
19828
),
19838
-
didReceiveUpdate = !1,
19839
-
didWarnAboutExpectedLoadTime = !1;
19829
+
didReceiveUpdate = !1;
19840
19830
var didWarnAboutBadClass = {};
19841
19831
var didWarnAboutContextTypeOnFunctionComponent = {};
0 commit comments