Skip to content

Failed to compile with React #6

@javaspeak

Description

@javaspeak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions