Answers for "node_modules/@apollo/client/react/context/ApolloConsumer.d.ts:1:19 - error TS2307: Cannot find module 'react' 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 "node_modules/@apollo/client/react/context/ApolloConsumer.d.ts:1:19 - error TS2307: Cannot find module 'react' or its corresponding type declarations"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language