Skip to content

Version 7.47.0

Compare
Choose a tag to compare
@bluebill1049 bluebill1049 released this 02 Oct 05:31
· 97 commits to master since this release

馃 allow keepIsSubmitSuccessful flag (#9640)

const { reset } = useForm()

<Form
  onSubmit={() => {
    reset(formValues, {
      keepIsSubmitSuccessful: true,
    });
  }}
/>

馃 fix typo in form.ts (#10978)
馃ぁ close #10907 potential fix on unmounted component (#10980)
馃獤 simplify logic for subscription by name (#10947)

thanks to @stefanpl, @kai-dorschner-twinsity & @nitschSB