-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a type definition file for @emoji-mart/data in @emoji-mart v5? #733
Comments
I'm having the same problem in my next js application. |
TS complained it could not find a declaration file for Adding |
We were in a similar situation. I still don't know how to get accurate types, but this solution allowed me to at least load the component. |
Thank you! I tried your solution and it worked. |
I am using emoji-mart v3 in a TypeScript project.
I would like to upgrade to Emoji-mart v5.
When I write the above code, I get the following error
Is there any way to upgrade to emoji-mart v5 in a TypeScript project?
The text was updated successfully, but these errors were encountered: