Request: how do I get SSR working in Astro? #2795
EdwardDrapkin
started this conversation in
General
Replies: 1 comment
-
@EdwardDrapkin can you share how you got this working? Trying to do similar things but SSG |
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'm trying to integrate Tamagui into Astro.
I've got everything working except SSR rendering - I get a warning about the client side generated to-hydrate HTML not matching the HTML it's replacing because of classnames. It appears the TamaguiContext is not setting theme values when rendered server-side. I know you guys have this all working in Next, and I can help do the legwork, but I have no idea where even to start solving this problem.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions