-
Describe the bug |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
it currently accepts a for some context, see: #1725 also, moving this to discussion because it's not a bug. |
Beta Was this translation helpful? Give feedback.
it currently accepts a
key
and optionally filters. you can setexact
tofalse
to get the first query returned that matches that key. I don't think it is recommend forgetQueryState
, but you can do it. Thefilters
are just kept in the same shape everywhere, and there are methods where it makes sense, and it also defaults totrue
for methods that have the plural word in their name, likeinvalidateQueries
for some context, see: #1725
also, moving this to discussion because it's not a bug.