fix: make transformer compatible with @tiptap/core@^2.0.0-beta.210#512
fix: make transformer compatible with @tiptap/core@^2.0.0-beta.210#512janthurau merged 3 commits into
transformer compatible with @tiptap/core@^2.0.0-beta.210#512Conversation
transformer compatible with @tiptap/core@2.0.0-beta.210^transformer compatible with @tiptap/core@^2.0.0-beta.210
|
@Deckluhm thanks for this! There seem to be a few issues right now on TipTap-Side, so if possible I'd just wait a bit more and then directly move to the fixed version (probably once ueberdosis/tiptap#3720 is merged) |
|
I wasn't aware of this Tiptap issue since If the issue is impacting |
|
It got merged a few hours ago so I just updated my PR with |
|
I thought about this for a few minutes and I think having those types imported directly from the project would be cleaner and/or easier to use and discover. Example: or but I'd stick with the first one. I think this should already work with a lot of existing typings but it seems some are not exported from the entryfile / entry types file. |
|
Obv. we would need to change this in the @tiptap/core package though. |
|
|
Is there anything preventing the merge of this PR? |
Fixes #510
Ideally it would be great to merge #511 first.