Message list scrolls-to-top when submitting a new message when inverted={false}
Set inverted={false}
The README says...
inverted (Bool) - Reverses display order of messages; default is true
... the message order is reversed as expected however it also causes the message list to scroll-to-top when a new message is entered which seems like the wrong behavior
did u resolve it ? any solutions?
same problem here
I'm also facing this issue,Did u resolve it?@willdady
Same issue here! Anyone found a solution?
Workaround I've used is to not set inverted and to reverse the order of the messages array before passing it to the messages prop.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Same issue here! Anyone found a solution?
Most helpful comment
Workaround I've used is to not set
invertedand to reverse the order of the messages array before passing it to themessagesprop.