You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
i'm trying to use the library but i'm getting this repeated error when serving it:
Property '"skin"' is incompatible with index signature.
Type '{ alias: "skin"; required: false; }' is not assignable to type 'string'.
Property '"emojis"' is incompatible with index signature.
Type '{ alias: "emojis"; required: false; }' is not assignable to type 'string'.
Property '"categories"' is incompatible with index signature.
Type '{ alias: "categories"; required: false; }' is not assignable to type 'string'.
I've installed npm i @types/emoji-mart and imported it in the app module.
then i've insert it in the component <emoji-mart set="apple" class="emoji-mart"></emoji-mart>.
Do you know why? Thank you
The text was updated successfully, but these errors were encountered:
Hello,
i'm trying to use the library but i'm getting this repeated error when serving it:
I've installed
npm i @types/emoji-mart
and imported it in the app module.then i've insert it in the component
<emoji-mart set="apple" class="emoji-mart"></emoji-mart>
.Do you know why? Thank you
The text was updated successfully, but these errors were encountered: