Created
March 31, 2021 19:00
-
-
Save bonnie/cca01c0cb9fee0c64a01fd67abbf7cfe 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
return render(ui, { | |
wrapper: (args) => | |
MemoryRouterWithInitialRoutes({ | |
...args, | |
initialRoutes, | |
}), | |
...options, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment