mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
3a7f5200ed
The immediate watcher on configuredChannels accessed list[0].meta.type without checking if the list was empty, causing a TypeError on initial mount before data loaded. This crashed the component during setup and corrupted KeepAlive state, making all bot detail tabs unresponsive. Made-with: Cursor