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

Emoji component not render correctly on Init when using Next.js #329

Open Ryczko opened 1 year ago

Ryczko commented 1 year ago

Hello I have problem with using Emoji component in Next.js. On first render emoji is never loaded. Only when I go to another page is it rendered correctly, but never after refreshing page. I provided example here: https://codesandbox.io/s/suspicious-darwin-fy8umv?file=/pages/index.js

Can I count on a solution to this problem ? Thank you in advance 👏

hagarfisher commented 1 year ago

I think you might find this explanation useful, it might be the reason you're experiencing this behavior with next and this library: https://github.com/vercel/next.js/discussions/32895