Answers for "client.watchQuery cannot be called with fetchPolicy set to "standby" -- Error thrown on page load from useLazyQuery"

0

client.watchQuery cannot be called with fetchPolicy set to "standby" -- Error thrown on page load from useLazyQuery

Solution for me was to downgrade by setting "@apollo/client": "~3.4.0" in the package.
json and run npm install. 
Check your package-lock.json to ensure you've replaced your 3.5.x version.
Posted by: Guest on March-08-2022

Code answers related to "client.watchQuery cannot be called with fetchPolicy set to "standby" -- Error thrown on page load from useLazyQuery"

Browse Popular Code Answers by Language