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
I am not able to import the library since version 2.9.6
I got the following error
Error: Directory import '/Users/xxx/node_modules/fp-ts/Either' is not supported resolving ES modules imported from /Users/xxx/node_modules/@hookform/resolvers/io-ts/dist/io-ts.mjs
Did you mean to import fp-ts/lib/Either.js?
I have the same problem in my tests for example or when i build a library with your lib. If i don't fix the version to 2.9.6 it is broken.
Is it something known ?
Thanks
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello.
I am not able to import the library since version
2.9.6
I got the following error
I have the same problem in my tests for example or when i build a library with your lib. If i don't fix the version to 2.9.6 it is broken.
Is it something known ?
Thanks
The text was updated successfully, but these errors were encountered: