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
This means we can't use this hook because it throws an error when client is undefined (on the first render) and it's not possible to render hooks conditionally.
Expected Behaviour:
useApolloClientDevTools does nothing if client is undefined.
The text was updated successfully, but these errors were encountered:
our usecase requires loading
client
in a useEffect after some data has loaded. e.g.This means we can't use this hook because it throws an error when client is undefined (on the first render) and it's not possible to render hooks conditionally.
Expected Behaviour:
useApolloClientDevTools does nothing if client is undefined.
The text was updated successfully, but these errors were encountered: