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
flush: post
2.7.6
codesandbox.io
Open the CodeSandbox and watch the console output. There seems to be a problem when Template Ref watcher components are nested.
There should be a log entry for App.vue.
App.vue
There's no log entry because the watcher is not triggered.
This works in Vue 3.
https://codesandbox.io/embed/modest-bash-u84i9q?fontsize=14&hidenavigation=1&theme=dark
The text was updated successfully, but these errors were encountered:
fix: post watcher not triggered (fix vuejs#12664)
4efbac8
34e4239
32f5d56
25ffdb6
Yeah, had the same issues while used useResizeObserver from @vueuse/core. It was working fine on 2.6 and stopped working on 2.7.
useResizeObserver
@vueuse/core
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
2.7.6
Reproduction link
codesandbox.io
Steps to reproduce
Open the CodeSandbox and watch the console output.
There seems to be a problem when Template Ref watcher components are nested.
What is expected?
There should be a log entry for
App.vue
.What is actually happening?
There's no log entry because the watcher is not triggered.
This works in Vue 3.
https://codesandbox.io/embed/modest-bash-u84i9q?fontsize=14&hidenavigation=1&theme=dark
The text was updated successfully, but these errors were encountered: