Skip to content

@preact/signals-react@3.10.2

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:03
913110a

Patch Changes

  • #942 e76780c Thanks @JoviDeCroock! - Fix stale <For> render-prop indexes after removals/reorders by making each cached item's index reactive (a per-item signal) instead of a frozen prop. Cached children are reused and re-render with the new index rather than being recreated, so DOM/component identity is preserved.

  • Updated dependencies [beb84c1]:

    • @preact/signals-core@1.14.3