jquense / uncontrollable

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

Fix issue of license within utils.js #27

Open acroyear opened 6 years ago

acroyear commented 6 years ago

Can you rewrite the last method in the utils package to no longer have a Facebook BSD+Patents dependency? Since this package is used by react-bootstrap, but the rest of react is now MIT, it makes it that this package, and therefore react-bootstrap, can't be used in projects where the +PATENTS clause is legally unacceptable.

thanks

jquense commented 6 years ago

happy to take a PR

acroyear commented 6 years ago

I'll put something together tonight (eastern).