joshwnj / react-visibility-sensor

Sensor component for React that notifies you when it goes in or out of the window viewport.
MIT License
2.33k stars 195 forks source link

No Init check for visibility ? #173

Closed GaddMaster closed 4 years ago

GaddMaster commented 4 years ago

How can we see if the component is visible at construction in dom. So it's just visible straight away. The on change function doesnt call so we can callback on page init. ?

Daniel