react-final-form
react-final-form copied to clipboard
Allow use of createForm() instance with <Form/>
Fixes unexpected error when using <Form /> component with an instance of the form api.
return (
<Form
form={form}
render={...}
/>
)
Closes #910
Signed-off-by: James Phillips [email protected]
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
That's a pretty important thing for me at the moment. Can we merge that one in if it looks good?