Given the following code: ```js <HorizontalLayout> <Panel></Panel> {foo ? <Panel></Panel> : null} </HorizontalLayout> ``` It throws an error: `TypeError: Cannot read property 'id' of null` It should ignore nullish children so this kind of logic can be used.