()
| 79 | }, 300, false, true) |
| 80 | |
| 81 | const instantToBottom = () => { |
| 82 | window.scrollTo({ top: document.body.scrollHeight, behavior: 'instant' }) |
| 83 | } |
| 84 | |
| 85 | const requestWithLatestMessage = async() => { |
| 86 | setLoading(true) |
no outgoing calls
no test coverage detected