59b73f6f1f
QuoteNode's children are flat text/linebreak nodes directly (confirmed by reading @lexical/rich-text's source — insertNewAfter exits the quote into a new paragraph on Enter, it doesn't nest one inside). The "quote" case assumed nested paragraph children, which only happened to work for this session's own hand-authored seed JSON; any blockquote actually typed in the Payload admin editor rendered blank, since child.children was undefined on a plain text/linebreak node. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>