We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
3.4.31
playground
about
The lifecycle hooks and functional ref calls should follow a consistent order regardless of whether the dynamic component is wrapped in Suspense.
There is an inconsistency in the order of onMounted, onUnmounted, and updateRef calls when using Suspense
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Vue version
3.4.31
Link to minimal reproduction
playground
Steps to reproduce
about
What is expected?
The lifecycle hooks and functional ref calls should follow a consistent order regardless of whether the dynamic component is wrapped in Suspense.
What is actually happening?
There is an inconsistency in the order of onMounted, onUnmounted, and updateRef calls when using Suspense
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: