Преглед на файлове

fix: Turn off SWR automatic revalidation when window is focused (#3129)

Co-authored-by: mazhanwen <mazhanwen@tal.com>
Even M преди 1 година
родител
ревизия
5a23d570b5
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      web/app/components/swr-initor.tsx

+ 1 - 0
web/app/components/swr-initor.tsx

@@ -32,6 +32,7 @@ const SwrInitor = ({
     ? (
       <SWRConfig value={{
         shouldRetryOnError: false,
+        revalidateOnFocus: false,
       }}>
         {children}
       </SWRConfig>