diff --git a/test/next/pages/storage/index.tsx b/test/next/pages/storage/index.tsx index a9e1e020..db7a99af 100644 --- a/test/next/pages/storage/index.tsx +++ b/test/next/pages/storage/index.tsx @@ -39,7 +39,7 @@ function useHelloData() { const storage = XSWR.useAsyncLocalStorage(GZIP) const handle = XSWR.useSingle( - "/api/hello", + ["/api/hello"], fetchAsJson, { storage })