Skip to content

react-grab@0.1.45

Choose a tag to compare

@github-actions github-actions released this 16 Jun 22:26
· 109 commits to main since this release
3c3f835

Patch Changes

  • e83406b: Surface the React key of the picked element in its copied context. Elements rendered through .map() share the same JSX source location, so the source line alone couldn't tell list instances apart. The context now walks the fiber tree to the nearest list-item key (the host element's own key, or the enclosing keyed list-item component's key) and includes it, letting agents disambiguate which mapped instance was selected.
    • @react-grab/cli@0.1.45