You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after upgrade from 2.4.1 to 2.6.0 on quasar based project, I'm getting error about missing react dependency:
App • ERROR • Client-side in ./node_modules/@apollo/client/react/context/ApolloConsumer.js
Module not found: Can't resolve imported dependency "react"
Did you forget to install it? You can run: yarn add react
App • ERROR • Client-side in ./node_modules/@apollo/client/react/hooks/useApolloClient.js
Module not found: Can't resolve imported dependency "react"
Did you forget to install it? You can run: yarn add react
App • COMPILATION FAILED • Please check the log above for details.
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
Is there a way to get the ttl cache policies working without react I'm using Apollo Core (With Vue Apollo). @vsychov did you find solution for this already?
Hello,
after upgrade from 2.4.1 to 2.6.0 on quasar based project, I'm getting error about missing
react
dependency:The text was updated successfully, but these errors were encountered: