Skip to content

Instantly share code, notes, and snippets.

@yeonwooz
Last active December 19, 2021 09:05
useMemo
const isTryingToCheck = useMemo(() => !status || status === 'unknown', [status])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment