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): $watch effects can register effects with wrong instance (fix: #2381) #2495

Merged
merged 1 commit into from
Nov 27, 2020

Conversation

LinusBorg
Copy link
Member

it should always add its effects to its own instance

close: #2381

it should always add its effects to its own instance

close: #2381
@github-actions
Copy link

Size report

Path Size
vue.global.prod.js 40.15 KB (-0.01% 🔽)
runtime-dom.global.prod.js 26.43 KB (-0.01% 🔽)
size-check.global.prod.js 15.95 KB (-0.02% 🔽)

@yyx990803 yyx990803 merged commit 735af1c into master Nov 27, 2020
@yyx990803 yyx990803 deleted the linusborg/fix-watch-effect-instance-2381 branch November 27, 2020 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$watch can register it's effects on the wrong instance
2 participants