I have a node with a custom NodeView. Now I insert into this node a child node (of different NodeSpec), which also has a custom NodeView. But only the parent node is rendered with the NodeView, while the child node not. Is this expected?
If the outer node view has a contentDOM
property then no, this isn’t expected.
Ok, after I add contentDOM
, it shows.