Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 06:23
· 262 commits to main since this release

Patch Changes

  • #1019 d63d7b7 Thanks @wagenet! - The keepLatest utility previously incorrectly had a | undefined type for the return value.
    That's been removed.

    | undefined is still a valid type if the passed value is possibly | undefined.
    This made the | undefined on keepLatest redundant.