jhamlet / svg-react-loader

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

Do not transform data-* and aria-* attributes #54

Closed donysukardi closed 7 years ago

donysukardi commented 7 years ago

According to React docs, aria- and data- attributes should be lowercased. #48