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 7432998 commit 74d1106Copy full SHA for 74d1106
src/react/tests/useQuery.test.tsx
@@ -522,7 +522,7 @@ describe('useQuery', () => {
522
expect(states[4]).toMatchObject({ isLoading: false, isSuccess: true })
523
})
524
525
- it.only('should not get into an infinite loop when removing a query with cacheTime 0 and rerendering', async () => {
+ it('should not get into an infinite loop when removing a query with cacheTime 0 and rerendering', async () => {
526
const key = queryKey()
527
const states: UseQueryResult<string>[] = []
528
0 commit comments