Last active
November 4, 2021 13:40
-
-
Save ffdead/605b5f67324db0412cb2bf60713d63ae to your computer and use it in GitHub Desktop.
GlobalCanvas in layout
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
export const wrapRootElement = ({ element }) => ( | |
<> | |
{element} | |
<GlobalCanvas/> | |
</> | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment