Added live message_state updates, fixed sonner theme
This commit is contained in:
parent
0d214de5ed
commit
7ebe028629
5 changed files with 138 additions and 21 deletions
|
|
@ -188,7 +188,7 @@ export default function Screen() {
|
|||
|
||||
return (
|
||||
<div
|
||||
key={virtualRow.key}
|
||||
key={message.timestamp}
|
||||
data-index={virtualRow.index}
|
||||
ref={virtualizer.measureElement}
|
||||
style={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue