reactjs / react-art

React Bridge to the ART Drawing Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Importing Circle doesn't work

0x80 opened this issue · comments

Whenever I add Circle to my Electron project like import Circle from 'react-art/shapes/Circle', I get the following error: "Uncaught TypeError: Cannot read property 'hex' of undefined", source: webpack:///./~/react-art/~/art/core/color.js? (223)

I wonder if this is specific to Electron. I haven't tried it in a regular browser yet.

Have you tried react-art/shapes/circle? Works for me.