Skip to content

Commit b080ed7

Browse files
fix: type error
1 parent 59e0ef3 commit b080ed7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client/tanstack.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ declare global {
202202
interface Window {
203203
__VITE_REACT_SSG_STATIC_LOADER_DATA__: any
204204
__VITE_REACT_SSG_HASH__: string
205-
// @ts-expect-error global variable
205+
// eslint-disable-next-line ts/ban-ts-comment
206+
// @ts-ignore
206207
__VITE_REACT_SSG_CONTEXT__: ViteReactSSGContext<true>
207208
}
208209
}

0 commit comments

Comments
 (0)