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
TRPC and consequently React Query implemented skipToken to disable queries in "typesafe" way, basically dealing with enabled needing extra undefined handling.
TRPC and consequently React Query implemented
skipToken
to disable queries in "typesafe" way, basically dealing withenabled
needing extra undefined handling.https://tanstack.com/query/latest/docs/framework/react/guides/disabling-queries#typesafe-disabling-of-queries-using-skiptoken
https://trpc.io/docs/client/react/disabling-queries
trpc implementation
https://github.com/trpc/trpc/blob/5027209bc300d299224ecef764adeac09b8cab8d/packages/react-query/src/shared/hooks/createHooksInternal.tsx
The text was updated successfully, but these errors were encountered: