Aljullu / react-lazy-load-image-component

React Component to lazy load images and components using a HOC to track window scroll position.
https://www.npmjs.com/package/react-lazy-load-image-component
MIT License
1.46k stars 110 forks source link

Updating peer dependency to React v. 18 #102

Closed haase1020 closed 2 years ago

haase1020 commented 2 years ago

I currently use this package in my project, and would like to update my code to React v. 18 but I get a warning that there is an incorrect peer dependency. Is is possible to update this package to support React v.18? I am more than happy to help in any way I can.

Aljullu commented 2 years ago

Hi there @haase1020, that was done in #100. Can you check if you have the latest version installed (1.5.4)?

haase1020 commented 2 years ago

Great! Thank you~