react-final-form icon indicating copy to clipboard operation
react-final-form copied to clipboard

Allow use of createForm() instance with <Form/>

Open jamesdphillips opened this issue 4 years ago • 2 comments

Fixes unexpected error when using <Form /> component with an instance of the form api.

return (
  <Form
      form={form}
      render={...}
  />
)
Screen Shot 2021-10-20 at 9 48 15 PM

Closes #910


Signed-off-by: James Phillips [email protected]

jamesdphillips avatar Oct 21 '21 04:10 jamesdphillips

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.

codesandbox-ci[bot] avatar Oct 21 '21 04:10 codesandbox-ci[bot]

That's a pretty important thing for me at the moment. Can we merge that one in if it looks good?

YegorMy avatar Dec 29 '22 16:12 YegorMy