EmojiSuggestionPluginKey has the wrong type #3206
Labels
Info: Stale
The issue or pullrequest has not been updated in a while and might be stale
Type: Bug
The issue or pullrequest is related to a bug
What’s the bug you are facing?
I am currently maintaining a package that has the emoji extension and compiles using
tsc
. However, I keep hitting this issue where it complains about thePluginKey<PluginState>
being wrong for the emoji extension. My IDE complained about it when I opened up the package.Here are the list of packages I'm using:
Here's the message I'm getting in VS Code when opening the
emoji.d.ts
file:And here it is in action when I try compiling my package:
Which browser was this experienced in? Are any special extensions installed?
N/A
How can we reproduce the bug on our side?
@tiptap-pro/editor-extensions
packageyarn tsc
Can you provide a CodeSandbox?
No response
What did you expect to happen?
I expected to be able to compile my project with the emoji extension without any errors.
Anything to add? (optional)
No response
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: