twobin / react-lazyload

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

[WARNING] findDOMNode is deprecated in StrictMode #359

Open HoangLong08 opened 3 years ago

HoangLong08 commented 3 years ago

I'm getting the following warning regarding the

Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of VisibilitySensor which is inside StrictMode. Instead, add a ref directly to the element you want to reference

Is there any idea about when it'll be resolved?

weiwentao518 commented 2 years ago

I also encountered this kind of problem

weiwentao518 commented 2 years ago

@wub @rmunson @svobik7 please