no default export
olleicua opened this issue · 3 comments
olleicua commented
As per the Readme I add the following to the top of my component:
import ReactLoading from 'react-loading';
I'm getting the following compile error when I try to import.
Module '"/Users/sauciello/work/project-ultron/node_modules/react-loading/index"' has no default export
fakiolinho commented
@olleicua could you please confirm that v1.0.3 has resolved this issue for you?
olleicua commented
it's unclear.. import * as ReactLoading from 'react-loading';
resolved it. This may be a result of our setup.
fakiolinho commented
Hmm, ok. Thanks