Skip to content

fix(watch): should work normal w/ sync flush in ssr #6139

New issue

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

Merged
merged 5 commits into from
Oct 26, 2022

Conversation

webfansplz
Copy link
Member

Close #6013

@webfansplz webfansplz marked this pull request as draft June 19, 2022 07:13
@webfansplz webfansplz marked this pull request as ready for review June 19, 2022 07:22
@antfu antfu added the 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. label Oct 3, 2022
@yyx990803 yyx990803 merged commit 0e09761 into vuejs:main Oct 26, 2022
@webfansplz webfansplz deleted the fix-ssr-watch branch October 26, 2022 11:01
chrislone pushed a commit to chrislone/core that referenced this pull request Feb 4, 2023
zhangzhonghe pushed a commit to zhangzhonghe/core that referenced this pull request Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Watch (flush: 'sync') (which is not bound to component live cycle) is not respected in server renderer.
3 participants