modelab / react-radial

A Customizable SVG Radial Menu for React: https://modelab.github.io/react-radial/
18 stars 7 forks source link

Unable to even load the component! #3

Open KanikaMehhra opened 5 years ago

KanikaMehhra commented 5 years ago

Hi, I am trying to start with your example and am getting the following error: "Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports." I am unable to understand the error, could you please help. Thanks

ohatakky commented 5 years ago

you need to use the default import

import ReactRadial from 'react-radial';

https://github.com/facebook/react/issues/12214#issuecomment-364816083