Skip to content

ReactHTML has no exported member. Removed in React 19 #922

@al9ef9

Description

@al9ef9

Hello,

it looks like Fela is not compatible with React 19.

Fela is using the React.ReactHTML export which is not available anymore.

As stated in the upgrade guide of React it has to be replaced (DefinitelyTyped/DefinitelyTyped#69022):

ReactHTML | Either ReactHTML from react-dom-factories or, if you used keyof ReactHTML, use HTMLElementType instead

Error appears in this file

The error appears on the lines 553 and 572 in this file

as: keyof React.ReactHTML,

Is it possible to replace it with HTMLElementType as mentioned above?

Thank you!

Regards

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