react-grab@0.1.45
·
109 commits
to main
since this release
Patch Changes
- e83406b: Surface the React
keyof 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