Anything that can sit inside a container.
false and undefined are allowed so condition && Box({…}) reads naturally and renders nothing when the condition fails. There is deliberately no function member: that is what lets Root tell a page builder from ordinary children without ambiguity.
false
undefined
condition && Box({…})
Root
Anything that can sit inside a container.
falseandundefinedare allowed socondition && Box({…})reads naturally and renders nothing when the condition fails. There is deliberately no function member: that is what letsRoottell a page builder from ordinary children without ambiguity.