ianstormtaylor / react-values

A set of tiny React components for handling state with render props.
https://git.io/react-values
MIT License
1.02k stars 39 forks source link

Add _isMounted flag #23

Closed cdock1029 closed 6 years ago

cdock1029 commented 6 years ago

Fix #22

ianstormtaylor commented 6 years ago

Great call on this, thank you @cdock1029!

cdock1029 commented 6 years ago

One uncertainty I had was whether onChange should still be called for a controlled component... wasn't sure.