You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: parentComponent.ctx.deactivate is not a function
at unmount (vue.global.js:8623)
at patch (vue.global.js:7711)
at Object.sharedContext.activate (vue.global.js:9216)
at processComponent (vue.global.js:8081)
at patch (vue.global.js:7742)
at componentEffect (vue.global.js:8268)
at Object.reactiveEffect [as update] (vue.global.js:4181)
at updateComponent (vue.global.js:8157)
at processComponent (vue.global.js:8088)
at patch (vue.global.js:7742)
If the Foo component is added with a deactivated hook, then it will work on the first click, but the error will not disappear
The text was updated successfully, but these errors were encountered:
I understand that this is a bad use case for key. Nevertheless, it was used in my code, although I did not even know about it, and everything worked perfectly.
Version
3.0.0-beta.18
Reproduction link
https://jsfiddle.net/danyadev/d73m9qek/
Steps to reproduce
Click on the button and look at the console
What is expected?
no errors
What is actually happening?
If the Foo component is added with a deactivated hook, then it will work on the first click, but the error will not disappear
The text was updated successfully, but these errors were encountered: