Last active
December 19, 2021 09:05
-
-
Save yeonwooz/c3056d5479736ba8469b083f035a7573 to your computer and use it in GitHub Desktop.
useMemo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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