-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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]: @tiptap/extension-text-style is suddenly required in 2.8.0 #5707
Comments
Also seeing this. Here's our error (nextjs):
When I install that package, I then get OP's dependency error:
|
The following diff is the relevant changes. 6834a7f#diff-bc4c95e6db01b15dbca4d9271aec52b402faf0c9a0d5a1d02aaf14cf87056a60 The way packages were referenced in the past code was "wrong". The code changes from In this change, This looks like a breaking change. |
So I guess it should just be a dependency instead of a peerDependency, yeah? |
Yes, you are right. |
This is released with v2.9.0 |
Affected Packages
extension-bullet-list
Version(s)
2.8.0
Bug Description
Uncaught Error: Cannot find module '@tiptap/extension-text-style'
Browser Used
Chrome
Code Example URL
No response
Expected Behavior
No new dependencies are needed, or if they are they are automatically managed.
Additional Context (Optional)
No response
Dependency Updates
The text was updated successfully, but these errors were encountered: