mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
- Remove redundant containerRef (useRef), keep only useState for container - Rename return value from 'ref' to 'setRef' for clearer API - Replace waitForTimeout with proper expect().toHaveCount() in E2E tests Addresses code review feedback on PR #12084