fix(QueriesObserver): fix improper sorting in QueriesObserver's #find… (#8351)
* fix(QueriesObserver): fix improper sorting in QueriesObserver's #findMatchingObservers method This commit fixes a bug in the QueriesObserver's #findMatchingObservers. The bug is present when there are duplicate unsorted queries, for example, ['A', 'B', 'A']. The bug results in #findMatchingObservers to return the queries in sorted order, or ['A', 'A', 'B'], which results in a mismatch between Array<QueryObserverOptions> and Array<QueryObserverMatch>. This bug was introduced in https://github.com/TanStack/query/commit/54995777af37d219f34f5a03d18fbc1abb06b8a5 * ci: apply automated fixes --------- Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
J
Jonathan Toung committed
3b7556f5d4f4ebe412fde1ea36068e8e33b59066
Parent: dfe2cd1
Committed by GitHub <noreply@github.com>
on 11/26/2024, 1:35:25 PM