()
| 617 | |
| 618 | // @ts-expect-error |
| 619 | const callbackTest2: SuccessCallback = () => { |
| 620 | queryClient.setQueryData(queryKey, (data) => { |
| 621 | expectTypeOf(data).toEqualTypeOf<number | undefined>() |
| 622 | return data |
| 623 | }) |
| 624 | } |
| 625 | }) |
nothing calls this directly
no test coverage detected
searching dependent graphs…