Hydration failed because the initial UI does not match ( element loads later )
Unanswered
Belgian Hare posted this in #help-forum
Belgian HareOP
the <th> element with "proxy user" label loads late, that whole component has "use client" too btw . so why does it err?
15 Replies
Belgian HareOP
how do i handle elements which arent present in initial UI?
what's
useSnapshot
hook?use either
next/dynamic
with ssr: false
or clent-only
libraryBelgian HareOP
thats from valtio
for global state like thing
next/dynamic fixed it
but my loader doesnt show
show me your code where you load the component
oh, you created a new thread, we can chat there.
@Belgian Hare mark solution to close this thread
Belgian HareOP
nvm with this issue, the new thread is actual issue
cuz it shows
nan
etc and empty datathat issue isnt related to this one
so what's the issue in this thread???
@Belgian Hare