Closed hjkl closed 3 months ago
I'd like to use the text slot defined on the Message component (to add sanitized html with {@html}
Unfortunately, build-svelte-types removes the 'text' slot from the Message component's type definitions as the line doesn't contain React.ReactNode
Added this to the slot and works correctly on the component for Svelte - unsure what the ramifications are for React.
t0ggles-create konsta
Task nolimits4web/KONSTA-87 was created
Task nolimits4web/KONSTA-87 status changed to Done
Merged, thanks!
I'd like to use the text slot defined on the Message component (to add sanitized html with {@html}
Unfortunately, build-svelte-types removes the 'text' slot from the Message component's type definitions as the line doesn't contain React.ReactNode
Added this to the slot and works correctly on the component for Svelte - unsure what the ramifications are for React.