timolins / react-hot-toast

Smoking Hot React Notifications 🔥
https://react-hot-toast.com
MIT License
9.66k stars 319 forks source link

Error when using package in NextJS typescript: The requested module 'react' is expected to be of type CommonJS #214

Open vincentsartoko opened 2 years ago

vincentsartoko commented 2 years ago

I am using react-hot-toast with Typescript NextJS v12.2.3 and React v18.2.0, when npm run dev, I keep getting this error image

Has anyone encountered this before?