-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Toggling nested components with async setup inside Suspense fails #2215
Comments
I tracked down this issue. When a component with This involves some design decisions, I don’t have the ability to solve it, but I hope this information can save @yyx990803 ’s time |
TODO inside #2099 |
Great, nice to know, thanks |
In case it helps, sticking to
I had a few stable projects working on beta version and they suddenly stopped working... Truth is we were warned about a changing API for Suspense from the beginning. This PR shows the changes to get a brand new vue-cli app with Suspense back to life: https://github.com/yeikiu/base-vue3-ts/pull/1/files#diff-8ee2343978836a779dc9f8d6b794c3b2L8832 maybe using the |
any news about how to properly nest suspense + keep alive + component with async setup? even though the PR linked above is already merged im still getting an error unless i use the old my setup:
thank you for help |
Got hit by this as well, I had a What would really help here is to put a warning in dev mode when this happens, right here: Right now your application goes blank. Nothing happens, no log on console, no exception thrown... Took me a little while to figure it out. |
i have same problem, Nothing happens, no log on console, no exception thrown. i don't know how to to next |
Hi,
|
Version
3.0.0
Reproduction link
https://jsfiddle.net/ph75kLwo/
Steps to reproduce
Click toggle child many times
What is expected?
the child to display
What is actually happening?
The child doesn't display and there is an error
Found with #2201
The text was updated successfully, but these errors were encountered: