@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- FixcreateQueriescrashing withTypeError: '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- FixcreateQueriesstaying inactive when it is initialized with an emptyqueriesarray. -
#11153
250050d- fix(svelte-query): remove mutations that no longer match the filter inuseMutationState