Godspeed
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Godspeed on 5/18/2023 in #questions
Stripe Webhooks
Thanks, will take a look!
6 replies
TTCTheo's Typesafe Cult
•Created by Godspeed on 5/9/2023 in #questions
T3 hydration mismatch - div in div
how does this error occur?
8 replies
TTCTheo's Typesafe Cult
•Created by Godspeed on 5/9/2023 in #questions
T3 hydration mismatch - div in div
so uhhh why does
npm cache clear --force
solve this?8 replies
TTCTheo's Typesafe Cult
•Created by Godspeed on 5/9/2023 in #questions
T3 hydration mismatch - div in div
8 replies
TTCTheo's Typesafe Cult
•Created by Godspeed on 5/9/2023 in #questions
T3 hydration mismatch - div in div
the error says
Warning: Did not expect server HTML to contain a <div> in <div>.
, but I am not familiar enough with this to know if it refers to SSG, SSR, or HTML returned from server endpoints (if that is even possible in this framework)8 replies
TTCTheo's Typesafe Cult
•Created by Godspeed on 5/9/2023 in #questions
T3 hydration mismatch - div in div
The PageLayout looks like:
I suppose I must be looking in the wrong place, if there isnt an error here
8 replies
TTCTheo's Typesafe Cult
•Created by Godspeed on 5/9/2023 in #questions
T3 hydration mismatch - div in div
For info, my
_app.tsx
file looks like:
and my only page index.tsx
looks like:
8 replies
TTCTheo's Typesafe Cult
•Created by Godspeed on 5/5/2023 in #questions
Using T3 for AI agents and similar products
Alright, thanks! That makes sense.
I think I'm a bit "scared" of the React part, compared to Sveltes simplicity, but I feel like the whole Next space is moving fast and adding features all the time - so I will give it a try 🙏
3 replies