Open dhananjay0610 opened 1 year ago
What do you mean by not working?
the css isn't 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 am not completely certain why it doesn't load the stylesheet.
i tried using import 'emoji-picker-react/dist/emoji-picker-react.cjs.development.css';
inside the file where <EmojiPicker is used but don't see any change.still same issue
I found this in Electron file :
How do you usually consume styles in your application?
using chakra ui
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?
Essentially, we need to find a way to get the picker styles to your application.
we are using inside a project using react.js, we are using this inside a electron window and it isn't working.