Skip to content

Commit ba4a117

Browse files
ci: apply automated fixes
1 parent 61e46a9 commit ba4a117

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/framework/react/typescript.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ TanStack Query v5 allows for a way to set a global Error type for everything, wi
137137
```tsx
138138
import '@tanstack/react-query'
139139

140-
141140
declare module '@tanstack/react-query' {
142141
interface Register {
143142
// Use unknown so call sites must narrow explicitly.
@@ -150,7 +149,6 @@ const { error } = useQuery({ queryKey: ['groups'], queryFn: fetchGroups })
150149
```
151150

152151
[//]: # 'RegisterErrorType'
153-
154152
[//]: # 'TypingMeta'
155153

156154
## Typing meta

0 commit comments

Comments
 (0)