-
Notifications
You must be signed in to change notification settings - Fork 55
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
React hooks not found #526
Comments
Confirmed that specifying them manually in config solves the issue. .importjs.js
|
can it just work as well, but not set the namedExports config ? |
Well, not at the time when I created this issue. I have since stopped using React, so I don't know if it has been solved since then. |
This is still an issue with |
Pretty sure this is due to #344 Closing this in favor of keeping discussion over there. |
useContext
doesn't get imported. If I use fixWord, it says No JS module to import foruseContext
However when I add it manuallly all works just fine.
This is using React 16.7.0-alpha.2
The text was updated successfully, but these errors were encountered: