-
Notifications
You must be signed in to change notification settings - Fork 89
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
Update in imports errors #673
Comments
Please give more context. How do you use Which error do you have without this patch? |
I use feathers-hooks-common in a regular ESM package (type: module) I also experience this error. It is typical of CommonJS modules which do not have proper ESM support. Important context, running feathers v5.
|
I released a fix as |
considering this as fixed. Please contact me, if I'm wrong. |
it does, but now there is another error in the index.mjs esm modules wwhen you import the @feathersks/commons. |
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
feathers-hooks-common@6.1.1
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: