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.44k stars 109 forks source link

[patch] use forwardRef instead of ref #97

Closed TimLehner closed 2 years ago

TimLehner commented 2 years ago

Description A clear and concise description of what this PR does. Use the more modern forwardRef for which works for both functionComponents and old class components

TimLehner commented 2 years ago

@Aljullu Are you best to review this?