We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19129b commit 5a2ad33Copy full SHA for 5a2ad33
examples/openapi-ts-swr/src/main.tsx
@@ -22,10 +22,9 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
22
<React.StrictMode>
23
<SWRConfig
24
value={{
25
-
26
dedupingInterval: 2000,
27
// Global SWR configuration
28
-revalidateOnFocus: false,
+ revalidateOnFocus: false,
29
}}
30
>
31
<Theme appearance="dark">
0 commit comments