You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix memory leak in month dropdown by clearing ref object on re-render
- Add bounds checking for year navigation to prevent focusing non-existent elements
- Use Record<number, Element> instead of array for more efficient ref management
- Improve consistency between month and year dropdown implementations
- Maintain 100% line coverage and improve branch coverage
These improvements address code review feedback and enhance robustness.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments