emoji-picker-react
emoji-picker-react copied to clipboard
Emoji Picker on Mac
trafficstars
Hi All,
So I'm using the emoji picker in my Blazor application and for some reason it is not working on Mac.
I initially developed it on Windows and it was (and still is) working fine but then i was told there were issues with it on Mac.
I couldn't really find a solution nor a specific error which could be the cause of the problem, so i was hoping someone on here could help.
Here is some of my code:
This code in in my index.html
<body>
...
<script type="module" src="https://cdn.jsdelivr.net/npm/emoji-picker-element@^1/index.js"></script>
</body>
This is my emoji picker.
<emoji-picker style="width: 100%"></emoji-picker>
I do get the following errors in my console on both OS's, however they seem to have no impact on the operation of the emoji picker in Windows.

Kind regards,
Moe.