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
Includes injectDevtoolsPanel in the Angular devtools package. This should be made consistent. While passing an options object as parameter is a bit more verbose it matches Angular APIs such as effect and allows adding more options in the future.
The text was updated successfully, but these errors were encountered:
…object instead of an injector
change query functions to accept an options object instead of an injector so that it matches angular APIs such as effect and allows adding more options in the future.
BREAKING CHANGE: The injector option has been replaced with an options object. The injector can now be provided with the options object.
ClosesTanStack#8711
…object instead of an injector
change query functions to accept an options object instead of an injector so that it matches angular APIs such as effect and allows adding more options in the future.
BREAKING CHANGE: The injector option has been replaced with an options object. The injector can now be provided with the options object.
ClosesTanStack#8711
injectMutationState
accepts a custom injector through an options object:The other functions do this directly via a parameter:
Includes
injectDevtoolsPanel
in the Angular devtools package. This should be made consistent. While passing an options object as parameter is a bit more verbose it matches Angular APIs such aseffect
and allows adding more options in the future.The text was updated successfully, but these errors were encountered: