You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A state is returned containing an invalid marker that references a comment that no longer exists
Screen.Recording.2026-09-13.at.14.49.21.mov
The expected behavior
During Undo/Redo operations, it is necessary to either restore the deleted comment in the right-hand panel or validate the mark ID and remove it if it references a non-existent comment
Impact of fix
The current issue creates redundant mark nodes in the state that do not reference anything. Any users basing their implementation on the CommentPlugin from the playground inherit this bug
Lexical version: 0.50.0
Steps To Reproduce
The current behavior
A state is returned containing an invalid marker that references a comment that no longer exists
Screen.Recording.2026-09-13.at.14.49.21.mov
The expected behavior
During Undo/Redo operations, it is necessary to either restore the deleted comment in the right-hand panel or validate the mark ID and remove it if it references a non-existent comment
Impact of fix
The current issue creates redundant mark nodes in the state that do not reference anything. Any users basing their implementation on the
CommentPluginfrom the playground inherit this bug