-
Notifications
You must be signed in to change notification settings - Fork 78
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
Bugfix "Cannot read property 'context' of undefined` in update callback" #29
base: master
Are you sure you want to change the base?
Conversation
The bug was introduced with bfc4517 |
@simplesmiler did you have a look on this one? |
🙏 Running into this myself! |
@simplesmiler is this project dead? |
having the same problem with nuxt |
Hello ! |
@silverspectro will you publish on npmjs.org? |
sure, i can do that, but i can't use the same repo name as the first i think. So i don't know how to do that, as it would be cool to keep the same npm repo and just change the maintainers and github repo behind maybe ? |
@silverspectro you could fork it and publish with a different name |
Hello! Package published under a new very original name in npm: vue-clickaway2. I did it a bit hastily so there may be some errors in the README or something still. Hope it helps. |
I know this is a old thread, but I wanted to thank @joshiste and @silverspectro for doing this. Thank you very much. |
Any news about this PR @simplesmiler ? That would be great to avoid multiply forks ! |
Ran into this issue today and can confirm that |
Just changed to |
@simplesmiler can you merge this in and redeploy to npm? If you need a new maintainer for the library, let me know. |
when update is called the vnode isn't passed and this results in an error. This commit fixes this.
Would be glad if you would release this fix soon.