Skip to content

Commit 627f543

Browse files
ci: apply automated fixes
1 parent 966a776 commit 627f543

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/framework/react/react-native.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ export function useRefreshOnFocus() {
9393
}
9494

9595
// refetch all stale active queries
96-
queryClient.refetchQueries({ queryKey:['posts'], stale: true, type: 'active' })
96+
queryClient.refetchQueries({
97+
queryKey: ['posts'],
98+
stale: true,
99+
type: 'active',
100+
})
97101
}, [queryClient]),
98102
)
99103
}

0 commit comments

Comments
 (0)