We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
8f7ec3b
#1019 d63d7b7 Thanks @wagenet! - The keepLatest utility previously incorrectly had a | undefined type for the return value. That's been removed.
d63d7b7
keepLatest
| undefined
| undefined is still a valid type if the passed value is possibly | undefined. This made the | undefined on keepLatest redundant.