Evyatar

Results 130 comments of Evyatar

Flags, as any native Emoji are rendered at the OS level, meaning that when displayed - it is the operating system (MacOS, Windows, Linux, Android, iOS). When you pick "native",...

What do you mean by not working?

oh my. can you try importing the CSS separately from the dist just to see if it works?

Can you try: `dist/emoji-picker-react.cjs.development.css` if that works for you, I will try to understand how to provide a more reliable style source. I have little experience with electron, so I...

How do you usually consume styles in your application?

Yeah, that might be an issue. The picker is build directly with CSS. What about trying to consume the stylisheet via a style tag as suggested here? https://stackoverflow.com/questions/61162683/electron-how-to-import-or-include-css-installed-using-npm-package-manager-in-ou Essentially, we...

This is fine and expected. Some emoji images either fail to load or don't exist on the CDN. The picker autocorrects by removing the missing images on error.

It looks like something on your app is severely overriding the pickers style, can you upload a code sandboxes repro?

Should be resolved in 4.4.11

Yep. I think you're right. I can get to it in the weekend, but it should be fairly simple to implement if you want to try yourself before that.