praveenweb/swr-graphql

isomorphic-unfetch is not required with Next

Closed this issue · 0 comments

According to the Next documentation:

In addition to fetch() on the client side, Next.js polyfills fetch() in the Node.js environment. You can use fetch() on your server code (such as getStaticProps) without using polyfills such as isomorphic-unfetch or node-fetch.