react-art icon indicating copy to clipboard operation
react-art copied to clipboard

Comments inside cildren of Group throws an error

Open joewood opened this issue 9 years ago • 0 comments

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>

joewood avatar Mar 14 '16 18:03 joewood