2
0
Yuken Tezuka 3 жил өмнө
parent
commit
8bcbb0fe06

+ 0 - 5
packages/app/src/stores/page.tsx

@@ -89,11 +89,6 @@ export const useSWRxPageInfo = (
     { fallbackData: initialData },
   );
 
-  // use mutate because fallbackData does not work
-  if (initialData != null) {
-    swrResult.mutate(initialData);
-  }
-
   return swrResult;
 };