-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Upstream hookable
issue
#1000
Comments
Yes! #1025 resolved this issue. |
I just came across this (already closed) issue because I think actually, it's still (or maybe again?) an issue. Just as mentioned in the description above, now there is hookable v4 in nuxt 2.17.3 and v5 in stable bridge. Therefore if you now try to Edit: I created a stackblitz for reproduction: https://stackblitz.com/edit/github-wuyjgw?file=package.json |
@suits-at |
Environment
Reproduction
https://stackblitz.com/edit/github-dwx287-swerdg?file=pages%2Findex.vue,modules%2Fprimary%2Findex.ts
Describe the bug
As mentioned in nuxt/nuxt#24419, Nuxt prior to upcoming 2.17.3 utilises
hable
package, which doesn't have some features, like unsubscribing from hooks. Nuxt 2.17.3 will usehookable
v4, but bridge has v5 in its dependencies.At least, we should downgrade and lock
hookable
version to v4.Also we need to decide:
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: