tonyhb / redux-ui

Easy UI state management for react redux
636 stars 58 forks source link

Issue with PropTypes in >= React 15.5.0 #69

Closed kurtfunai closed 7 years ago

kurtfunai commented 7 years ago

https://github.com/tonyhb/redux-ui/blob/master/src/ui.js#L3

Can be fixed by using the new prop-types library https://www.npmjs.com/package/prop-types

davidhantson commented 7 years ago

+1