-
Notifications
You must be signed in to change notification settings - Fork 33
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
Error when importing createNamespacedHelpers #41
Comments
You should install "vuex-composition-helpers@next" with vue3. |
@davidmeirlevy I did that, I'm on ^2.0.0 |
Any updates? |
It seems like your code is failing due to the usage of optional chaining. and it's regarding the line: you probably need node 14+, and to accept optional chaining. As mentioned on babl, it's already included in the latest version of |
Its common practice for people to exclude node_modules from being processed by babel because running all your dependencies through a transpiler makes your builds much longer. Could you update your compile target to not include features like this? |
How was this resolved guys? |
I'm trying to use this package with my vue-3 app and the composition api, but I'm running into this error. Any ideas?
Version:
"vuex-composition-helpers": "^2.0.0",
The text was updated successfully, but these errors were encountered: