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
Not really a regression - Suspense usage has been reworked. In short, only suspense root node toggles will trigger pending state now. More details in #2099
Version
3.0.0-rc.11
Reproduction link
https://jsfiddle.net/eyq3d0mL/
Steps to reproduce
Consider an async component
hello
mounted via a Suspense like this:What is expected?
In rc.10, when clicking on the toggling button, the loading indicator is displayed, then the async component
What is actually happening?
In rc.11, nothing happens
The text was updated successfully, but these errors were encountered: