jhamlet / svg-react-loader

Webpack SVG to React Component Loader
MIT License
559 stars 82 forks source link

push latest version to npm? #9

Closed NickStefan closed 8 years ago

NickStefan commented 8 years ago

I get this warning with the current react-svg-loader npm package:

Warning: React.findDOMNode is deprecated. Please use ReactDOM.findDOMNode from require('react-dom') instead.

I'm guessing the latest here on github was reworked for 14, and it just needs to be published to npm?

The current is github version is 3.2.0(?) and the npm one is 0.0.6(?)

NickStefan commented 8 years ago

apologies, I mixed up the name of this package with react-svg-loader on npm.

this looks like a more up to date project!