Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: don't use shared global form for Fields
If the user uses the Fields component more than once, inputs with the same names could be rendered. If these inputs aren't wrapped in a form, they will share the same global form state and trigger errors.
- Loading branch information