Invariant Violation: Objects are not valid as a React child (found: object with keys {node}). If you meant to render a collection of children, use an array instead.
Expected behavior
The unterminated tag is terminated automatically at the end of the StructureNode.
Repro steps
{color:red}
Current behavior
React throws an error:
Expected behavior
The unterminated tag is terminated automatically at the end of the
StructureNode
.