-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suspense regression when toggling an async component in rc.12 #2142
Comments
According to #2099, it's an intended change.
If It happens because |
@leopiccionia 👍 I agree, but it's weird to have the fallback tree on first load (if |
@leopiccionia 's interpretation is correct. However, I agree this is still open to discussion. Maybe we should default the |
I think setting a timeout to encourage users is the better alternative because it gives more clarity about the code should behave |
Version
3.0.0-rc.12
Reproduction link
https://jsfiddle.net/v0onkyej/
Steps to reproduce
This is based on a comment I added on #3132 but I'm afraid it went unnoticed.
Just to make sure we are not missing anything.
Consider:
What is expected?
In rc.10, the Loading indicator is displayed.
What is actually happening?
In rc.12, the Loading indicator is not displayed.
The text was updated successfully, but these errors were encountered: