react-rating
react-rating copied to clipboard
React 18: TS2786: 'Rating' cannot be used as a JSX component.
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!