rwieruch / favesound-redux

🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.
http://www.robinwieruch.de/the-soundcloud-client-in-react-redux/
1.59k stars 249 forks source link

Fix console prop-types warning caused by third party library #49

Closed chriszhangusc closed 7 years ago

chriszhangusc commented 7 years ago

After trying to remove every third party library which could potentially cause the PropTypes warning, it turns out that 'react-rangeslider' is the bad guy! Upgrading to its latest version would resolve this issue.

screen shot 2017-06-18 at 7 03 31 pm
rwieruch commented 7 years ago

Thanks for trying all libraries. Must have been a tedious task 😞

chriszhangusc commented 7 years ago

@rwieruch That's the least I can do. Glad I could be helpful.