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
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
553and572in this filefela/packages/react-fela/index.d.ts
Line 553 in 6883525
Is it possible to replace it with
HTMLElementTypeas mentioned above?Thank you!
Regards