sindresorhus/react-extras

I had an error updating to version 2

nelsera opened this issue · 3 comments

Hello guys, I use Next with Typescript and when upgrading to version 2, I had this error:
Screenshot_2020-04-10_22-36-15
Does anyone have any suspicions?

The error says it all. You need to use import and not require to import this package. If you're already doing that, it's a problem with Webpack or Next.js not handling ESM modules correctly.

having the same error with Next.js.

Probably worth opening an issue on the Next.js issue tracker.