|
|
|
@ -417,9 +417,7 @@ export function ChatPanel ({visible = true}) {
|
|
|
|
// step.diags.map(diag => ({hint: diagToString(diag), kind: diag.severity, step: i}))
|
|
|
|
// step.diags.map(diag => ({hint: diagToString(diag), kind: diag.severity, step: i}))
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
return <>
|
|
|
|
return <Hints key={`hints-step-${i}`} hints={x}/>
|
|
|
|
<Hints hints={x}/>
|
|
|
|
|
|
|
|
</>
|
|
|
|
|
|
|
|
})}
|
|
|
|
})}
|
|
|
|
|
|
|
|
|
|
|
|
{/* <Hints hints={chatMessages}/> */}
|
|
|
|
{/* <Hints hints={chatMessages}/> */}
|
|
|
|
|