redux-saga / redux-saga-devtools

Saga monitor and UI devtool for redux-saga
MIT License
269 stars 39 forks source link

Proptype warnings #15

Closed afaayerhan closed 7 years ago

afaayerhan commented 7 years ago

new React gives warnings for proptype importation from React. should be using prop-types package instead

Andarist commented 7 years ago

Fixed! Thanks for reporting.