Hi there,
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 ?
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 ?