Skip to content

v.2.0.0 ActionContext API

Latest
Compare
Choose a tag to compare
@MiroslavPetrik MiroslavPetrik released this 23 Dec 16:55
· 45 commits to main since this release
f335b33
  • the action state is provided via the React context by the <Action> component and accessible by useActionContext()
  • <Form> is automatically contextual
  • ZodFieldError now is contextual as FieldError when created with the createComponents() handler.
  • new <Pending> component - better <FormStatus> which will be deprecated