react-grab@0.1.50

a16z-infra/llm-app-stackreact-grab@0.1.50Jul 23, 2026by github-actions[bot]

AI Summary

A patch release that fixes selection logic in React Three Fiber canvases to ensure interactive objects are prioritized over passive geometry like particles.

Key Highlights

  • Prioritized interactive React Three Fiber objects during canvas selection
  • Prevented passive particles and helper geometry from stealing hits
  • Preserved passive-object fallback behavior

New Features

  • Improved hit testing logic for canvas objects

Full Release Notes

### Patch Changes

- 575dc58: Prioritize interactive React Three Fiber objects during canvas selection so passive particles and helper geometry do not steal hits, while preserving passive-object fallback behavior.
  - @react-grab/cli@0.1.50