oerc-music / meld-clients-core

MELD Clients Core: Music Encoding and Linked Data
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Remove svg-inline-react because of out-of-date react dependency #9

Closed alastair closed 4 years ago

alastair commented 5 years ago

The latest version of this library uses React.PropTypes, which has been removed in react 16. As it's a very basic wrapper around dangerouslySetInnerHTML, and we don't seem to be using any of its additional features, remove it.