-
Notifications
You must be signed in to change notification settings - Fork 44
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
v2.1.0 causes "Cannot find module" error #134
Comments
I was using the version |
I have the same issue. Since it was not solved since April i decided fork library. I changed in package.json from:
to:
Currently works as expected :) Explanation here: https://stackoverflow.com/questions/72457791/typescript-packages-that-ship-with-mjs-and-d-ts-but-without-d-mts-how-to-i |
After upgrading to 2.1.0, I have the same problem with the Jest test. #134 (comment) this worked for me too. FAIL src/component/index.spec.tsx
|
After updating from 2.0.4 to 2.1.0, I now get this error (using this with Remix - so the code is running on both server and client).
I imagine it might have something to do with this change?
2.0.4:
2.1.0:
The text was updated successfully, but these errors were encountered: