SIGN IN SIGN UP
TanStack / query UNCLAIMED

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

0 0 111 TypeScript

update guard against missing `document` (#88)

Pull request https://github.com/tannerlinsley/react-query/pull/38 added the guard for missing document on react native, but this only caught a single references and if you are to add an interval for example, this will cause the same missing document issue, this PR has included the fix in the PR linked, but adds it to the isDocumentVisible function.
O
Oliver Winter committed
780bdb65f8fbd5eff7b9ab7fd345375750732e5c
Parent: cfc57ed
Committed by Tanner Linsley <tannerlinsley@gmail.com> on 1/9/2020, 12:03:26 AM