mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-27 15:08:39 +02:00
The jumpToMessage useCallback was placed after a conditional return, violating React's Rules of Hooks and crashing the app on render. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>