-
-
Notifications
You must be signed in to change notification settings - Fork 633
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
14.1.1 raises import/no-unresolved
in eslint.
#1685
Comments
Thanks! Investigating! |
@jovanmaric is this only an eslint issue? |
It likely is. The issue is: eslint-plugin-import currently does not support subpaths I'm not absolutely sure why we didn't encounter this issue when updating ReactOnRails Pro, but it's possible that either the node or typescript import resolvers do support subpaths. Either that or our eslint configuration just doesn't catch undefined imports. Anyway, I'm going to take the code from here & find a solution, starting with re-adding the |
Thanks all for the quick responses. Yes it is only an eslint issue. React on rails works perfectly. |
A bug is a crash or incorrect behavior. If you have a debugging or troubleshooting question, please open a discussion.
Environment
14.1.1
Behavior
Eslint raises
Unable to resolve path to module 'react-on-rails' import/no-unresolved
on version14.1.1
, but not on version14.1.0
.Small, reproducible repo
Run with:
eslint test.js
The text was updated successfully, but these errors were encountered: