react-art
react-art copied to clipboard
Comments inside cildren of Group throws an error
This one threw me for a while: - but a null child produced from the following code causes an exception in react-art <Group>
<Group key={id} y={0} x={0}>
{
/// comment in code
}
<Rectangle .... etc/>
</Group>