Skip to content
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

[Bug]: TS import path is wrong in extension-list-keymap #4342

Closed
1 of 2 tasks
wilson-everlaw opened this issue Aug 17, 2023 · 1 comment · Fixed by #4350
Closed
1 of 2 tasks

[Bug]: TS import path is wrong in extension-list-keymap #4342

wilson-everlaw opened this issue Aug 17, 2023 · 1 comment · Fixed by #4350
Assignees
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

Comments

@wilson-everlaw
Copy link
Contributor

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 file handleBackspace.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 valid

Anything to add? (optional)

No response

Did you update your dependencies?

  • Yes, I’ve updated my dependencies to use the latest version of all packages.

Are you sponsoring us?

  • Yes, I’m a sponsor. 💖
@wilson-everlaw wilson-everlaw added 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 labels Aug 17, 2023
@bdbch bdbch changed the title [Bug]: [Bug]: TS import path is wrong in extension-list-keymap Aug 17, 2023
@wilson-everlaw
Copy link
Contributor Author

Thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Done
3 participants