chore(renovate): pin tiptap below 3.23.0#754
Merged
Merged
Conversation
tiptap 3.23.x introduced editor lifecycle changes (scheduleDestroy timeout, useEditorState integration) that cause channel pane rendering failures under real relay latency. 15 of 47 E2E integration tests fail deterministically. Pin below 3.23.0 until upstream stabilizes.
This was referenced May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@tiptap/*packages below3.23.0inrenovate.jsontiptap 3.23.x introduced editor lifecycle changes (
scheduleDestroytimeout mechanism,useEditorStateintegration inuseEditor) that cause channel pane rendering failures under real relay latency. With 3.23.6, 15 of 47 Desktop E2E Integration tests fail deterministically — all channel navigation tests that renderMessageComposertimeout waiting forchat-title.Investigated fixes that were insufficient:
immediatelyRender: trueonuseEditor()— bypasses SSR detection but doesn't fix the lifecycle issueEditorContent—PureEditorContentalready handles null gracefully; guards added unnecessary mount/unmount cyclesAfter this merges, close PR #660 (
renovate/tiptap-monorepo).