Fixes:
- Fixed scroll issues
- Maintain scroll position when loading previous messages.
- Maintain scroll position when loading next messages.
- Move the logic that delays rendering mmf to the correct location.
- Resolve an issue where scroll position wasn't adjusting correctly when
the message content size was updated (caused by debouncing scroll
events). - Use
animatedMessage
instead ofhighlightedMessage
in the smart app
component.- Reset text display issue
- Fix the appearance of incomplete text compositions from the previous
input in the next input.- Fixed type errors
- Resolve the type error related to
PropsWithChildren
.
- Resolve the type error related to
- Fixed type errors
- Address the issue of not being assignable to type error, where the
property 'children' doesn't exist on typePropsWithChildren
.- Use
PropsWithChildren<unknown>
instead ofPropsWithChildren
.
- Use
- Fixed a voice message length parsing issue
- Include metaArray to the message list when fetching messages again by
connecting