zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
891 stars 232 forks source link

Support for react 16 #120

Closed ghost closed 5 years ago

ghost commented 6 years ago

I have the following error. How to fix it?

Can't resolve 'create-react-class' in

cascornelissen commented 6 years ago

I ran into the same issue and I'm fixing it by installing create-react-class manually for now:

npm install --save create-react-class
mpowaga commented 6 years ago

Looks like information about peer dependencies is missing in readme.

axelg12 commented 6 years ago

131 Fixes this right?

techgyani commented 5 years ago

131 is not a automatic fix. create-react-class is declared as peer dependency, therefore it is required to install the same manually in the project.

May be in the favour of ES6, this dependency can be dropped in future by @mpowaga.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stonebk commented 5 years ago

Fixed with #147