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
<pclassName="text-xs text-gray-500 dark:text-gray-400">Place this code where you create your QueryClient instance, typically in your app setup or main component.</p>
16
+
<pclassName="text-xs text-gray-500 dark:text-gray-400 mb-4">Place this code where you create your QueryClient instance, typically in your app setup or main component.</p>
If you're using TypeScript, you'll also need to create a <codeclassName="bg-blue-100 dark:bg-blue-800 px-1 py-0.5 rounded text-xs font-mono">global.d.ts</code> file in your project root with the following declaration:
<pclassName="text-xs text-blue-600 dark:text-blue-400">This type declaration allows TypeScript to recognize the global property and prevents compilation errors.</p>
0 commit comments