Skip to content

Commit fcdcf8a

Browse files
fix(svelte-query/containers): fix typo from 'Tanstack' to 'TanStack' (#10722)
Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
1 parent 0298c90 commit fcdcf8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/svelte-query/src/containers.svelte.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function createRawRef<T extends {} | Array<unknown>>(
9494
}
9595
for (const key of newKeys) {
9696
// @ts-expect-error
97-
// This craziness is required because Tanstack Query defines getters for all of the keys on the object.
97+
// This craziness is required because TanStack Query defines getters for all of the keys on the object.
9898
// These getters track property access, so if we access all of them here, we'll end up tracking everything.
9999
// So we wrap the property access in a special function that we can identify later to lazily access the value.
100100
// (See above)

0 commit comments

Comments
 (0)