mironov / react-redux-loading-bar

Loading Bar (aka Progress Bar) for Redux and React
https://mironov.github.io/react-redux-loading-bar/
MIT License
936 stars 93 forks source link

Update react-redux peer dependency requirement #93

Closed hugomn closed 5 years ago

hugomn commented 5 years ago

React-redux ^7.0.0 is not allowed on peer dependencies section even though it works fine. Add this line will remove a warning when installing using react-redux ^7.0.0.

mironov commented 5 years ago

Thank you for the PR, @hugomn