-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EmojiPicker extremely slow on Safari #404
Comments
Can you try without lazyLoadEmojis? |
Hey @ealush , it's neither better nor worse. |
We're noticing the same behaviour. |
I guess you didn't use |
We are using |
I'm still experiencing this issue, has anybody found a fix for it? |
The fix seems to be using a different library. I went with emoji-mart and it works great. |
Thanks, I'll give it a look! |
Same problem. Maybe it's worth running the React Compiler over the project. It would be an easy fix. I don't want to go to emoji mart as I think this library is better but I have tried everything but this performance is unacceptable. |
Hey everyone, I'm not sure if I am doing something wrong or if this is a known issue.
This is my code:
Whenever reactions are expanded, Safari freezes up for over five seconds before finally showing the full emoji picker. Chrome has no such issue. Is there anything I can do speed it up? It seems like it spends most of the time trying to download images and render DOM nodes.
The text was updated successfully, but these errors were encountered: