react-intersection-visible
react-intersection-visible copied to clipboard
Removing the polyfill breaks apps on iOS safari
Manual import 'intersection-observer';
is needed now. However, the readme still states that the polyfill fallback is in place.
Removing the polyfill is a breaking change. I suggest re-adding it for 2.10.1 and removing it in 3.0.0
This way the breaking change is not installed automatically.
It also breaks support for ie 11
can you pls create a PR?