Closed Arxero closed 2 years ago
:tada: This issue has been resolved in version 6.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
thank you updated it and seems to be working just fine 😉
I had to remove the tilde on Angular 15 to get the import working
@import '@ctrl/ngx-emoji-mart/picker';
I had to remove the tilde on Angular 15 to get the import working
@import '@ctrl/ngx-emoji-mart/picker';
yes it's also works Angular 16
Hello, I am writing here just to maybe help someone in the future, or maybe the author.
So I updated to angular 13 and then updated the package to the latest version and when the building got this error when building the project.
and this is how I managed to fix it
Hope it is useful to someone also if there is a better solution let me know.