twobin / react-lazyload

Lazy load your component, image or anything matters the performance.
MIT License
5.85k stars 487 forks source link

#380 bugf: accept react 18 peer dep #387

Closed prmichaelsen closed 1 year ago

prmichaelsen commented 2 years ago

this just bumps the peer deps and then it works

npm i fails because of eslint packages. i removed them because id rather have a working production build than eslint tools.

380

in the mean time i published a fork with this change on npm: https://www.npmjs.com/package/parm-react-lazyload

this fork most likely will not be maintained. just a stop gap to keep my builds running until i come up with a long term solution

BearCooder commented 1 year ago

Hello @ameerthehacker and @twobin can you please accept this change so its compatible with react 18?