What would cause a watcher to not react to updates to its source? #10513
Unanswered
fabis94
asked this question in
Help/Questions
Replies: 1 comment 3 replies
-
https://vuejs.org/guide/scaling-up/ssr.html#reactivity-on-the-server. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running into a strange issue where during SSR a watcher doesn't fire unless i've got
flush: sync
set, even if I prevent the page from loading by doing an infiniteawait wait()
in its setup block.The update is definitely going through with the
flush: sync
flag set, but if its left to be async then it just never fires at all.Any ideas how to troubleshoot this?
Beta Was this translation helpful? Give feedback.
All reactions