react-forms icon indicating copy to clipboard operation
react-forms copied to clipboard

Can only update a mounted or mounting component (Submit).

Open DeividasBakanas opened this issue 7 years ago • 1 comments

Submit component is rendered out of the form before form is mounted. If Submit component is unmounted before Form is mounted error is raised.

image

Error reproduction: https://codesandbox.io/s/yjq0mm6m11

Click Toggle submit, then Toggle form and you'll get the error.

DeividasBakanas avatar Sep 21 '17 16:09 DeividasBakanas