ryancwalsh
ryancwalsh
@booni3 Yes, here is a screenshot of the cross-platform Electron app I made for myself.  You can see that I got the section identifier icons working (up top) but...
It doesn't look like I forked emoji-mart. "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", ```TypeScript import emojiMartData, { type EmojiMartData as EmojiMartDataOriginal, type Emoji as EmojiOriginal, } from '@emoji-mart/data'; import unicodeMap from '../UnicodeMap.json';...
@codebytere Thanks for your response! It's still not working for me. I'm a first-time Fiddle user, so it's just an assumption, but I'd think that what you probably did was...
Any new ideas, anyone? Thanks! cc @codebytere
Thanks for this idea, @codebytere ! Unfortunately it seems I already have `make` installed, so I don't know why I'm getting that error. ``` sudo apt-get -y install make Reading...