react-use-form-state
react-use-form-state copied to clipboard
Spread args to raw onChange
This came to my attention while implementing this lib with material-ui
components, some of which pass (evt, value)
to onChange
— this just lets us have access to the value
in the raw onChange