Open
Description
Using mel.chat just hangs when sending a message. This is due to the scrollto command. We recently updated it to use afterRender (#1182), but for some reason the afterRender is not being triggered in colab.
If you remove the scrollto in mel.chat, it works (https://github.com/google/mesop/blob/main/mesop/labs/chat.py#L168.)
Expected behavior is that mel.chat scrolls down and prints response message.
Activity