sakhnyuk / rc-scrollbars

React scrollbars component
https://rc-scrollbars.vercel.app/
MIT License
145 stars 14 forks source link

Can't resolve 'react/jsx-runtime' #6

Closed Verrok closed 3 years ago

Verrok commented 3 years ago

Hello, I want to use library, but after installing I faced with Module not found: Error: Can't resolve 'react/jsx-runtime' in 'C:\Projects\node_modules\rc-scrollbars\lib\Scrollbars'

React: 16.13.1

How can I fix it?

sakhnyuk commented 3 years ago

@Verrok Thanks for the issue report. react/jsx-runtime - new feature from React 16.14 and 17.0. I'll fix that bug in 1.0.2

Verrok commented 3 years ago

Thanks a lot!