vaeum / react-open-iconic-svg

https://vaeum.github.io/react-open-iconic-svg/
MIT License
1 stars 3 forks source link

NPM module doesn't work #3

Open andyfischer opened 5 years ago

andyfischer commented 5 years ago

Tried using 2.0.0 but it doesn't work.

The package.json file has "main": "index.js", but there's no index.js file in the published package.

Marclev78 commented 5 years ago

Just tried using this and facing the same issue. Package is unusable because of this.

anpleenko commented 5 years ago

version 3 is out, please check

amillward commented 5 years ago

Does not work for me either. npm i react-open-iconic-svg gave me v3.0.0 and I just get an error when I try to render the <TextIcon /> component

amillward commented 5 years ago

Ok, looks like its the example that's wrong. TextIcon is actually exported as Text

anpleenko commented 5 years ago

i created patch, please check