-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Error ESLint: <Flow-typed type definition> not found in module (import/named) #960
Comments
solved by adding node_modules into ignore section of .eslintrc settings
|
That “solution” means that you’re preventing this plugin from checking your third-party imports; this should be reopened. |
Hi! will wait it in production to test! ) |
@budarin did you ever get a chance to see if this was fixed? |
The fact is that this problem no longer bothers me - I switched to Zustand and I recommend doing all this :) If especially nothing changes for such a long time - does it make sense to wait and keep this issue open? On the other hand, there seems to be an issue to solve the problem #1060 If you think it's worth leaving the issue open, I'll open it... |
I use to flow type checking & flow-typed defs in my project.
I have installed libDef for redux package also
Clicking to Store is pointed me to type definition file from flow-typed directory, but plugin state that such definition has not found in the module.
Though flow correctly identifies Store and displays type info in IDE
The text was updated successfully, but these errors were encountered: