Replies: 1 comment
-
if you want to SSR then you should put those in the root route |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a react app that heavily use
react context and useContext
. I tried to use tanstart but got this errorError in renderToPipeableStream: Error: globalContext must be used within a GlobalContextProvider
I am trying to use HeroUI together with tanstart.
Here is the
client.tsx
. The rest is the same to the code in tanstart doc.Beta Was this translation helpful? Give feedback.
All reactions