TanStackOSS
    query
    fix(svelte-query): handle shrinking createRawRef array by multiple entries (#10341) The `createRawRef` Proxy used by `createQueries` crashed with `TypeError: 'deleteProperty' on proxy: trap returned falsish for property 'N'` whenever the reactive query list was shrunk by two or more items in one update. Two compounding causes: 1. `update()` iterated `keysToRemove` in ascending index order. The trap decrements `target.length` after every deletion, so the next stale index was no longer `in target` and the trap returned `false`, which throws in strict mode (ES modules). 2. The trap returned `false` for missing props instead of treating delete on a nonexistent prop as a spec-compliant no-op. Fix: sort `keysToRemove` descending for arrays so each delete acts on the current tail, and return `true` from `deleteProperty` when the prop is already absent. Generated by Ora Studio Vibe coded by ousamabenyounes Co-Authored-By: Claude <noreply@anthropic.com>
    nx run-many --target=build --exclude=examples/** --exclude=integrations/**
Succeeded
CI Pipeline Execution

nx run-many --target=build --exclude=examples/** --exclude=integrations/**

Click to copy
Linux
4 CPU cores
read access token used
763782a210892
4%

Cache hits

1 of 25 tasks used cache.

Get faster results

Learn how to enable distribution.

Atomizer enabled

25 groups of tasks optimized.

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools