smastrom / react-rating

⭐ Zero-dependency, highly customizable rating component for React.
https://reactrating.netlify.app
MIT License
346 stars 6 forks source link

Not working with react v17.0.1 #21

Closed huykon closed 5 months ago

huykon commented 5 months ago

I'm facing with this error on my project using react v17.0.1:

ERROR in ./node_modules/@smastrom/react-rating/dist/index.mjs 308:13-14 Can't import the named export 'Fragment' from non EcmaScript module (only default export is available)

huykon commented 5 months ago

ERROR in ./node_modules/@smastrom/react-rating/dist/index.mjs 189:413-414 Can't import the named export 'useState' from non EcmaScript module (only default export is available)

smastrom commented 5 months ago

Hi @huykon, this is expected as the mimum required React version is 18 (as stated in the peerDependencies field of React Rating's package.json).