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
remove deprecated APIs so that the first stable release only contains stable APIs.
BREAKING CHANGE: provideAngularQuery was removed. Use provideTanstackQuery instead.
BREAKING CHANGE: injectQueryClient was removed. Use inject(QueryClient) instead.
CLOSE: TanStack#8712
provideAngularQuery
was replaced byprovideTanStackQuery
injectQueryClient
was replaced byinject(QueryClient)
Remove these APIs only in the stable release package.
The text was updated successfully, but these errors were encountered: