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 0298c90 commit fcdcf8aCopy full SHA for fcdcf8a
1 file changed
packages/svelte-query/src/containers.svelte.ts
@@ -94,7 +94,7 @@ export function createRawRef<T extends {} | Array<unknown>>(
94
}
95
for (const key of newKeys) {
96
// @ts-expect-error
97
- // This craziness is required because Tanstack Query defines getters for all of the keys on the object.
+ // This craziness is required because TanStack Query defines getters for all of the keys on the object.
98
// These getters track property access, so if we access all of them here, we'll end up tracking everything.
99
// So we wrap the property access in a special function that we can identify later to lazily access the value.
100
// (See above)
0 commit comments