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
// But only once... We don't want to spam devs on every hot reload
166
+
if(!window.__TANSTACK_QUERY_CLIENT__){
167
+
constparts=[
168
+
{
169
+
text: "API Query Debugging\n",
170
+
style: "color: blue; font-weight: bold;",
171
+
},
172
+
{
173
+
text: "Tip: You can use Tanstack Query devtools to inspect query data, even if the data was fetched server-side. See https://tanstack.com/query/v5/docs/framework/react/devtools",
0 commit comments