I'm writing tests for a component using useSWR , also with { suspense: true } ... import { clearCache } from "swr"; clearCache(); // clear all cache ...
確定! 回上一頁