Skip to content

7.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 07:15
· 307 commits to main since this release
bc2d0be

@comet/[email protected]

Patch Changes

  • 2286234: Update required validator in Field to correctly handle falsey values

    Previously, the validator incorrectly returned errors for all falsey values, e.g. the number 0.
    Now, it only returns an error for undefined, null, false and empty strings.