Replies: 1 comment 4 replies
-
yeah we don't need the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://tanstack.com/query/latest/docs/framework/react/guides/advanced-ssr
The code example imports
useState
anduse client
but the actual code seems to be checking for window and then not using useState at all - would this be a server rendered provider without the need for those two (import anduse client
)?Beta Was this translation helpful? Give feedback.
All reactions