Tags: ayox/react-query
Tags
Merge branch 'master' of https://github.com/tannerlinsley/react-query
fix: make sure queries with only inactive observers are also invalida… …ted (TanStack#949)
fix(query): refactor timeouts (TanStack#917) * Remove scheduling timeouts from constructor * Require explicit timeout activation via new activateTimeouts * Refactor all internal code to use activateTimeout * Rename schedule(GC/StaleTimeout) to rescheduleX * Make reschedule(GC/StaleTimeout) and heal private * Make reschedule-methods do the right thing based on query state * Stale timeout is now based on updatedAt
PreviousNext