We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The error appears on the lines 553 and 572 in this file
553
572
fela/packages/react-fela/index.d.ts
Line 553 in 6883525
Is it possible to replace it with HTMLElementType as mentioned above?
HTMLElementType
Thank you!
Regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
and572
in this filefela/packages/react-fela/index.d.ts
Line 553 in 6883525
Is it possible to replace it with
HTMLElementType
as mentioned above?Thank you!
Regards
The text was updated successfully, but these errors were encountered: