react-forms
react-forms copied to clipboard
Can only update a mounted or mounting component (Submit).
Submit component is rendered out of the form before form is mounted. If Submit component is unmounted before Form is mounted error is raised.
Error reproduction: https://codesandbox.io/s/yjq0mm6m11
Click Toggle submit
, then Toggle form
and you'll get the error.