SolidStart with TanStack Query causing hydration error
I have an almost barebone SolidStart project that was init using
I am trying to fetch some data using TanStack Query but i keep running into hydration error
My
and my
and the hydration error i get:
The hydration error goes away if i add 500ms delay in
I feel like i am misunderstanding something very fundamental so i would appreciate any kind of pointers
npm init solid@latest and selected tailwindcss and TS during setupI am trying to fetch some data using TanStack Query but i keep running into hydration error
My
index.tsxand my
get-messages.tsx fileand the hydration error i get:
The hydration error goes away if i add 500ms delay in
getUserMessages()I feel like i am misunderstanding something very fundamental so i would appreciate any kind of pointers
