Skip to content
New issue

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

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jamesdphillips
Copy link

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]

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 21, 2021

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 <[email protected]>
@YegorMy
Copy link

YegorMy commented Dec 29, 2022

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