NestedEditorsContext variable
Use this context to provide the necessary values to the NestedLexicalEditor React component. Place it as a wrapper in your custom lexical node decorators.
Signature:
NestedEditorsContext: React.Context<NestedEditorsContextValue<Node<Data>> | undefined>