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

@tiptap/extension-character-count version 2.0.0-beta.22 broken #2276

Closed
2 tasks done
suits-at opened this issue Dec 14, 2021 · 1 comment
Closed
2 tasks done

@tiptap/extension-character-count version 2.0.0-beta.22 broken #2276

suits-at opened this issue Dec 14, 2021 · 1 comment
Labels
Type: Bug The issue or pullrequest is related to a bug

Comments

@suits-at
Copy link

What’s the bug you are facing?

After updating @tiptap/extension-character-count to the newest version (2.0.0-beta.22) the editor does not work anymore. It is not possible to type anything. There are no errors during build and no errors during runtime. Downgrading to the version I used before (2.0.0-beta.18) fixed the problem.

How can we reproduce the bug on our side?

This are the other packages which are used:

"@tiptap/core": "^2.0.0-beta.153",
"@tiptap/extension-bullet-list": "^2.0.0-beta.25",
"@tiptap/extension-document": "^2.0.0-beta.15",
"@tiptap/extension-heading": "^2.0.0-beta.24",
"@tiptap/extension-list-item": "^2.0.0-beta.20",
"@tiptap/extension-paragraph": "^2.0.0-beta.23",
"@tiptap/extension-text": "^2.0.0-beta.15",
"@tiptap/vue-2": "^2.0.0-beta.71",

Can you provide a CodeSandbox?

https://codesandbox.io/s/wispy-paper-z15x4?file=/package.json

What did you expect to happen?

Work like before, with version 2.0.0-beta.18.

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. 💖
@suits-at suits-at added the Type: Bug The issue or pullrequest is related to a bug label Dec 14, 2021
@philippkuehn
Copy link
Contributor

undefined was not a valid value for limit. this is fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The issue or pullrequest is related to a bug
Projects
None yet
Development

No branches or pull requests

2 participants