diff --git a/src/core/QueryInfo.ts b/src/core/QueryInfo.ts index e3c82e511c7..d1b25bfdd2e 100644 --- a/src/core/QueryInfo.ts +++ b/src/core/QueryInfo.ts @@ -81,6 +81,7 @@ export class QueryInfo { destructiveMethodCounts.set(cache, 0); wrapDestructiveCacheMethod(cache, "evict"); wrapDestructiveCacheMethod(cache, "modify"); + wrapDestructiveCacheMethod(cache, "reset"); } }