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
Do you want to request a feature or report a bug?
bug, I believe, unless I misunderstand how it works What is the current behavior?
Given a Suspense inside Suspense case like
gaearon
changed the title
Lazy component inside nested Suspense resolving first
Suspense doesn't stop rendering fallback after Lazy resolves
Nov 1, 2018
Do you want to request a feature or report a bug?
bug, I believe, unless I misunderstand how it works
What is the current behavior?
Given a
Suspense
insideSuspense
case likePromises in
LazyTexts
start resolving at the same time, but ifLazyText2
is resolved first it never renders,Fallback 2
stays.Result:
Please see https://codesandbox.io/s/234o4zry7n
What is the expected behavior?
Every
LazyText
displayed in the endWhich versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
react, react-dom 16.6.0
The text was updated successfully, but these errors were encountered: