nkt / react-icon

Icon component for React
https://nkt.github.io/react-icon/
MIT License
15 stars 1 forks source link

Warning: Unknown prop `glyph` on <span> tag. #1

Open petervojtek opened 7 years ago

petervojtek commented 7 years ago

hi, I am not sure if i miss some point when using this library, but react 15.4.2 fails in following manner:

Warning: Unknown prop `glyph` on <span> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
    in span (created by Icon)
    in Icon (created by RoutePlanner)

when I run this:

const Icon = require('react-icon');

...

<Icon glyph="car" />
theinvensi commented 7 years ago

+1