Skip to content
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

fix(runtime-core): should disable tracking inside directive lifecycle hooks #3699

Merged
merged 1 commit into from
May 27, 2021
Merged

fix(runtime-core): should disable tracking inside directive lifecycle hooks #3699

merged 1 commit into from
May 27, 2021

Conversation

HcySunYang
Copy link
Member

Fix: #3697

@HcySunYang HcySunYang added the 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. label Apr 30, 2021
@yyx990803 yyx990803 merged commit ff50e8d into vuejs:master May 27, 2021
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.

beforeUpdated directive hook is called as a reactive effect, which is unexpected
2 participants