Skip to content

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

Open
jamesdphillips wants to merge 2 commits into
final-form:mainfrom
jamesdphillips:jdp/typescript-form-prop
Open

Allow use of createForm() instance with <Form/>#954
jamesdphillips wants to merge 2 commits into
final-form:mainfrom
jamesdphillips:jdp/typescript-form-prop

Conversation

@jamesdphillips

Copy link
Copy Markdown

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 jamesdphillips@gmail.com

Signed-off-by: James Phillips <jamesdphillips@gmail.com>
@codesandbox-ci

codesandbox-ci Bot commented Oct 21, 2021

Copy link
Copy Markdown

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.

Signed-off-by: James Phillips <jamesdphillips@gmail.com>
@YegorMy

YegorMy commented Dec 29, 2022

Copy link
Copy Markdown

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Cannot use createForm() instance with <Form/> normally

2 participants