You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Only use this function if you really need to use the data both on the server as well as inside client components
28
+
* and understand the tradeoffs explained in the [Advanced Server Rendering](https://tanstack.com/query/latest/docs/framework/react/guides/advanced-ssr#data-ownership-and-revalidation) guide.
29
+
* Always use a try-catch block if you use this function to fetch data on the server component and there are specific errors you want to handle.
0 commit comments