We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
updated
2.5.16
https://jsfiddle.net/50wL7mdz/337120/
destroyed
only destroyed is printed.
updated life cycle should not be invoked after component has been destroyed.
updated life cycle invoked after component has been destroyed.
The text was updated successfully, but these errors were encountered:
See #8076.
Sorry, something went wrong.
Duplicate of #8076
No branches or pull requests
Version
2.5.16
Reproduction link
https://jsfiddle.net/50wL7mdz/337120/
Steps to reproduce
destroyed
andupdated
What is expected?
only
destroyed
is printed.updated
life cycle should not be invoked after component has been destroyed.What is actually happening?
updated
life cycle invoked after component has been destroyed.The text was updated successfully, but these errors were encountered: