We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Toggle submit
Toggle form
The text was updated successfully, but these errors were encountered:
Closes #139.
d2d432b
Hotfix/139 (#140)
513172f
* TypeScript 2.5.2. * Closes #139. * v4.3.3
Done: 513172f (with a temporary setTimeout in one place, so I'm not closing the issue)
setTimeout
Sorry, something went wrong.
No branches or pull requests
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
, thenToggle form
and you'll get the error.The text was updated successfully, but these errors were encountered: