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
The options type is something that should be exported
I implemented the following method to create a useQuery hook with default options, as the library does not provide a way to define the refetchOnMountOrArgChange option at the query level:
The options type is something that should be exported
I implemented the following method to create a useQuery hook with default options, as the library does not provide a way to define the refetchOnMountOrArgChange option at the query level:
usage
But with the latest update -
@2.2.7
, theSubscriptionOptions
andUseQueryStateOptions
types are no longer exportedThe text was updated successfully, but these errors were encountered: