RichTextPlugin component renders the Placeholder component. Except that I get an error:useLexicalComposerContext when the context is empty.useLexicalComposerContext is called in the parent component as well, and it returns the editor successfully, no errors (I added logs to double check as well). So why is the child unable to access it?getOwner logs (not shown), and they show the parent as having an owner, but that the owner of the child is null.