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
I’m working on integration between effect and rtk-query in which an api slice is generated for an effect’s Context.Tag and with the way it’s currently typed TSC is not happy when I try to simply use "query" or "mutation". I had to create my own enum to satisfy TSC here
fails due to
DefinitionType
being undefinedgiven how
DefinitionType
is typed, I'd expect it to be available at run timeThe text was updated successfully, but these errors were encountered: