Answers for "index.ts(12,8): error ts2307: cannot find module '@generated/type-graphql' or its corresponding type declarations."

1

node_modules/@apollo/client/react/context/ApolloConsumer.d.ts:1:19 - error TS2307: Cannot find module 'react' or its corresponding type declarations

Instead of importing from @apollo/client, you can import from @apollo/client/core to get everything except the React-dependent stuff
Posted by: Guest on June-17-2021

Code answers related to "index.ts(12,8): error ts2307: cannot find module '@generated/type-graphql' or its corresponding type declarations."

Code answers related to "TypeScript"

Browse Popular Code Answers by Language