reactScrollbar icon indicating copy to clipboard operation
reactScrollbar copied to clipboard

Broken no-css version

Open ghost opened this issue 9 years ago • 1 comments

Seems like a no-css version is broken.

When import this lib inside component as import ScrollArea from 'react-scrollbar/no-css' is gives an error:

Module not found: Error: Cannot resolve module 'react-scrollbar/no-css' in ...

ghost avatar Mar 21 '16 13:03 ghost

Hi,

You're right. I have to definitely fix that. For now please use import ScrollArea from 'react-scrollbar/dist/no-css instead of import ScrollArea from 'react-scrollbar/no-css.

souhe avatar Mar 21 '16 14:03 souhe