We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e2a8a commit 4fceb26Copy full SHA for 4fceb26
packages/query-core/src/queryCache.ts
@@ -197,7 +197,7 @@ export class QueryCache extends Subscribable<QueryCacheListener> {
197
: queries
198
}
199
200
- notify(event: QueryCacheNotifyEvent) {
+ notify(event: QueryCacheNotifyEvent): void {
201
notifyManager.batch(() => {
202
this.listeners.forEach((listener) => {
203
listener(event)
0 commit comments