react-intersection-visible icon indicating copy to clipboard operation
react-intersection-visible copied to clipboard

Removing the polyfill breaks apps on iOS safari

Open palortoff opened this issue 6 years ago • 2 comments

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.

palortoff avatar Feb 07 '19 14:02 palortoff

It also breaks support for ie 11

tommyka avatar Oct 22 '19 10:10 tommyka

can you pls create a PR?

AvraamMavridis avatar Oct 20 '20 18:10 AvraamMavridis