fakiolinho / react-loading

React component for loading animations

Home Page:https://codesandbox.io/s/mqx0ql55qp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no default export

olleicua opened this issue · comments

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

@olleicua could you please confirm that v1.0.3 has resolved this issue for you?

it's unclear.. import * as ReactLoading from 'react-loading'; resolved it. This may be a result of our setup.

Hmm, ok. Thanks