I use the lib in a NextJS project. It was working well on version 6.1.0. Since I upgraded, I started to get the following error: error TS2307: Cannot find module 'graphql-request' or its corresponding type declarations.
The lib stopped to work too, not doing the needed query.
Bellow goes my deps and tsconfig:
Screenshot
Description
I use the lib in a NextJS project. It was working well on version 6.1.0. Since I upgraded, I started to get the following error:
error TS2307: Cannot find module 'graphql-request' or its corresponding type declarations.
The lib stopped to work too, not doing the needed query. Bellow goes my deps and tsconfig:Reproduction Steps/Repo Link