query @tanstack/svelte-query@6.1.42

@tanstack/svelte-query@6.1.42
Fixed 3
  • Fix createQueries crashing with TypeError when two or more items were removed from its reactive array in the same update
  • Fix createQueries staying inactive when it is initialized with an empty queries array
  • Remove mutations that no longer match the filter in useMutationState

From query

Patch Changes
  • #10892 cafd540 - Fix createQueries crashing with TypeError: 'deleteProperty' on proxy: trap returned falsish for property 'N' when two or more items were removed from its reactive array in the same update.

  • #11127 320ed25 - Fix createQueries staying inactive when it is initialized with an empty queries array.

  • #11153 250050d - fix(svelte-query): remove mutations that no longer match the filter in useMutationState

View original

Upgraded? How did it go?

Discussion