Closed pepijnvandenhoven closed 8 months ago
Looks like the QueryCacheNotifyEvent types were based off an old commit. Some were incorrect, one was missing. E.g. after calling queryClient.clear(), the emitted event has type "removed" rather than "queryRemoved".
QueryCacheNotifyEvent
queryClient.clear()
"removed"
"queryRemoved"
Looks like the
QueryCacheNotifyEvent
types were based off an old commit. Some were incorrect, one was missing. E.g. after callingqueryClient.clear()
, the emitted event has type"removed"
rather than"queryRemoved"
.