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
2.7.3
codesandbox.io
Click on the "toggle" button to see, that callbacks are not called in the child component (Child.vue) after mount, activate, and deactivate.
In App.vue after mount watch does not run either.
WatchEffect & watch callbacks should be called after ref value changed in onMounted, onActivated
watch, watchEffect callbacks not called after the value changed in life-cycle hooks (onMounted, onActivated, onDeactivated)
The text was updated successfully, but these errors were encountered:
8904ca7
No branches or pull requests
Version
2.7.3
Reproduction link
codesandbox.io
Steps to reproduce
Click on the "toggle" button to see, that callbacks are not called in the child component (Child.vue) after mount, activate, and deactivate.
In App.vue after mount watch does not run either.
What is expected?
WatchEffect & watch callbacks should be called after ref value changed in onMounted, onActivated
What is actually happening?
watch, watchEffect callbacks not called after the value changed in life-cycle hooks (onMounted, onActivated, onDeactivated)
The text was updated successfully, but these errors were encountered: