react-rating icon indicating copy to clipboard operation
react-rating copied to clipboard

React 18: TS2786: 'Rating' cannot be used as a JSX component.

Open mleister97 opened this issue 3 years ago • 9 comments
trafficstars

After upgrading to React 18.2.0 i get the following error when using the Rating-Component

TS2786: 'Rating' cannot be used as a JSX component.   Its instance type 'Rating' is not a valid JSX element.     The types returned by 'render()' are incompatible between these types.       Type 'import("/node_modules/react-rating/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.

Please fix for all typescript users!

mleister97 avatar Nov 17 '22 11:11 mleister97