-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Failed to compile.
TS2339: Property 'scrollable-component' does not exist on type 'JSX.IntrinsicElements'.
10 | return (
11 | <>
> 12 | <scrollable-component class="my-content">
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13 | <div>I am a MessageThread</div>
14 | </scrollable-component>
15 | </>
I think this is because React wants it to start with a capital letter instead of lower case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels