You can enable the suspense option to use useSWR with React Suspense. import { Suspense } from 'react' import useSWR from '@zeit/swr' function Profile ...
確定! 回上一頁