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've been looking for exactly the lib you built, however somehow when I install it via NPM:
npm install -S react-selection
The installation works and the lib is added to my app's package.json but when I try to use it inside a file:
import Selection from "react-selection";
It isn't recognized:
Module not found: Error: Cannot resolve module 'react-selection'
My IDE (Webstorm) also says the module isn't installed... However the directory & files are available in node_modules. This has never happened to me before, any idea what the issue could be ?
The text was updated successfully, but these errors were encountered:
Hi there,
I've been looking for exactly the lib you built, however somehow when I install it via NPM:
The installation works and the lib is added to my app's package.json but when I try to use it inside a file:
It isn't recognized:
My IDE (Webstorm) also says the module isn't installed... However the directory & files are available in node_modules. This has never happened to me before, any idea what the issue could be ?
The text was updated successfully, but these errors were encountered: