Created
October 23, 2020 08:37
-
-
Save francismarcus/7768e4f8c9cf41c430c9ba1c228bd57f to your computer and use it in GitHub Desktop.
This file contains hidden or 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 useIsomorphicLayoutEffect = typeof window !== 'undefined' ? useLayoutEffect : useEffect; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment