[Lexical]: Released documentation for our Lexical CRDT integration. Also added a new exportJSONWithoutComments utility to serialize editor content without including comment nodes.
Copy
Ask AI
import { exportJSONWithoutComments } from '@veltdev/lexical-velt-comments';const cleanState = exportJSONWithoutComments(editor);
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.