Created
August 21, 2021 19:15
-
-
Save charisTheo/4afefc96ae1166df18cc2326bef141f5 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
| {typeof window !== 'undefined' && ( | |
| <React.Suspense fallback={<Loading />}> | |
| <LazyThing /> | |
| </React.Suspense> | |
| )} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment