Closed ebual closed 4 years ago
Installing react-lazy-load-image-component in a React v17 based project produces the following warnings:
warning " > react-lazy-load-image-component@1.5.0" has incorrect peer dependency "react@^15.x.x || ^16.x.x". warning " > react-lazy-load-image-component@1.5.0" has incorrect peer dependency "react-dom@^15.x.x || ^16.x.x".
Since the react dev team postponed breaking changes to React v18 it is safe to update the peer dependencies.
Thanks for the contribution @ebual, LGTM.
Installing react-lazy-load-image-component in a React v17 based project produces the following warnings:
Since the react dev team postponed breaking changes to React v18 it is safe to update the peer dependencies.