Skip to content

Commit 9f8604a

Browse files
authored
Remove unnecessary comment
1 parent 1503a25 commit 9f8604a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/react/internal/cache/QueryReference.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ export class InternalQueryReference<TData = unknown> {
242242
disposed = true;
243243
this.references--;
244244

245-
// Wait before fully disposing in case the app is running in strict mode.
246245
if (!this.references) {
247246
this.dispose();
248247
}

0 commit comments

Comments
 (0)