How to fix fetch errors using swr

前端 未结 0 1112
醉话见心
醉话见心 2020-12-12 12:12

I\'m using next.js swr typescript.
const { data, error } = useSWR([path, JSON.stringify({ search })], fetcher); I got the following error with the fetcher of Please te

相关标签:
回答
  • 消灭零回复
提交回复
热议问题