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
Simply declaring this in an empty component on a page makes every page load forever, no errors. Network activity is showing a single document with a name of "1", and its pending for ever.
I'm an absolute novice playing around in apollo client.
const [searchItems, { data, loading, error }] = useLazyQuery( SEARCH_PRODUCT_QUERY, { fetchPolicy: "no-cache" } );
Simply declaring this in an empty component on a page makes every page load forever, no errors. Network activity is showing a single document with a name of "1", and its pending for ever.
Edit: with or without any fetchPolicy options.
///////
System:
OS: Windows 10 10.0.19042
Binaries:
Node: 16.13.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.17 - ~\AppData\Roaming\npm\yarn.CMD
npm: 8.1.4 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Spartan (44.19041.1266.0), Chromium (97.0.1072.62)
npmPackages:
@apollo/client: ^3.5.7 => 3.5.7
@apollo/link-error: ^2.0.0-beta.3 => 2.0.0-beta.3
@apollo/react-ssr: ^4.0.0 => 4.0.0
@apollo/react-testing: ^4.0.0 => 4.0.0
apollo-upload-client: ^17.0.0 => 17.0.0
next-with-apollo: ^5.1.1 => 5.2.1
The text was updated successfully, but these errors were encountered: