This one threw me for a while: - but a null child produced from the following code causes an exception in react-art `<Group>` ``` jsx <Group key={id} y={0} x={0}> { /// comment in code } <Rectangle .... etc/> </Group> ```
This one threw me for a while: - but a null child produced from the following code causes an exception in react-art
<Group>