ueberdosis / tiptap

The headless rich text editor framework for web artisans.
https://tiptap.dev
MIT License
26.85k stars 2.24k forks source link

[Bug]: Regression 2.7 #5625

Closed splincode closed 1 week ago

splincode commented 1 week ago

Affected Packages

all

Version(s)

2.7.0

Bug Description

image

Upgrade to 2.7

Browser Used

Chrome

Code Example URL

https://github.com/taiga-family/editor/pull/1395

Expected Behavior

Works as well

Additional Context (Optional)

No response

Dependency Updates

nperez0111 commented 1 week ago

You will have to update your typings to the new implementation. You were assuming the NodeViewProps corresponds 1-1 with NodeView's constructor which is not actually the case. Functionality is all the same, it is the types that are different and more correct now so we do not see this as a regression