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 3d18113 commit e7ebc0eCopy full SHA for e7ebc0e
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