ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
1.04k stars 171 forks source link

Runtime error says O.latestVersion is not a function in production build by Next.js 13 #354

Open jonghyeon09 opened 1 year ago

jonghyeon09 commented 1 year ago

solution

// next.config.js
module.exports = {
  swcMinify: false,
}