FormidableLabs / react-progressive-image

React component for progressive image loading
735 stars 61 forks source link

Support React 17 peer dependencies #35

Open bcomnes opened 3 years ago

bcomnes commented 3 years ago

Right now, npm will fail to install this alongside React 17 because it can't resolve a valid set of peer dependencies. This expands the range to support React 17.

MarkRivera commented 3 years ago

I came here just to look for this! Thank you @bcomnes

bcomnes commented 3 years ago

npm i --legacy-peer-deps in the meantime works.