ignore: improve session timeline debugging and message display functionality
This commit is contained in:
parent
e88b659545
commit
6ff0ce8bc5
3 changed files with 15 additions and 6 deletions
|
|
@ -387,6 +387,11 @@ export default function SessionTimeline(props: { session: string; class?: string
|
|||
}
|
||||
}
|
||||
|
||||
createEffect(() => {
|
||||
console.log("WHAT")
|
||||
console.log(JSON.stringify(messagesWithValidParts()))
|
||||
})
|
||||
|
||||
return (
|
||||
<div
|
||||
ref={setRoot}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue