react-grab@0.1.45
aidenybai/react-grabreact-grab@0.1.45Jun 16, 2026by github-actions[bot]
AI Summary
Exposes the React `key` of the picked element in its copied context to help disambiguate mapped list instances.
Key Highlights
- Surface React `key` in copied context for elements rendered via `.map()`.
New Features
- Surface React key in copied context to disambiguate mapped list instances.
Full Release Notes
### 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