jquense / uncontrollable

Wrap a controlled react component, to allow specific prop/handler pairs to be uncontrolled
MIT License
199 stars 33 forks source link

propTypes removed from react 15.x #9

Closed kromit closed 8 years ago

kromit commented 8 years ago

'propTypes' prop like in src/createUncontrollable.js#L10 can not be used anymore with react 15.x

mwilc0x commented 8 years ago

I tested locally and it looks like #10 fixes the issue.

julien-f commented 8 years ago

Could you please release the fixed code on npm?

jquense commented 8 years ago

this is fixed!