[Bug]: TS import path is wrong in extension-list-keymap #4342
Labels
Category: Open Source
The issue or pull reuqest is related to the open source packages of Tiptap.
Type: Bug
The issue or pullrequest is related to a bug
Which packages did you experience the bug in?
extension-list-keymap
What Tiptap version are you using?
2.1.1
What’s the bug you are facing?
I'm getting a TS compile error because in the dist package for
extension-list-keymap
, within the ts declaration filehandleBackspace.d.ts
the import path cannot be found:import { Editor } from '../../../core/src/Editor.js';
Same issue with the
handleDelete.d.ts
file as well.What browser are you using?
Chrome
Code example
No response
What did you expect to happen?
I expect the paths in the
.d.ts
files to be validAnything to add? (optional)
No response
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: