zillow / react-slider

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

Missing React-Dom peer dep #132

Closed Mike-Bell closed 6 years ago

Mike-Bell commented 6 years ago

You probably wanna add this to your peerDependencies

"react-dom": "^16.2",

(I installed all the list peer dependencies, but wasn't able to run the harness until I installed this one too)

mpowaga commented 6 years ago

It's only needed to run the example. This will be easier once #126 is solved.