()
| 135 | const currentChannel = thread.channel!; |
| 136 | |
| 137 | const handleScroll = () => |
| 138 | setTimeout(() => scrollToBottom(ref.current as HTMLDivElement), 0); |
| 139 | |
| 140 | useEffect(() => { |
| 141 | onMount?.(); |
nothing calls this directly
no test coverage detected