fix(streamdown): update to latest fixes mermaid error (#1146)

This commit is contained in:
josh 2025-09-01 11:11:12 +01:00 committed by GitHub
parent dff2191611
commit 932432c851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 13 deletions

View file

@ -13,13 +13,6 @@ export const Response = memo(
'size-full [&>*:first-child]:mt-0 [&>*:last-child]:mb-0',
className,
)}
components={{
code: ({ children, className, ...props }) => (
<code className={className} {...props}>
{children}
</code>
),
}}
{...props}
/>
),