You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,8 +71,6 @@ React Scrollama can be installed as an [npm package](https://www.npmjs.com/packa
71
71
$ npm install react-scrollama
72
72
```
73
73
74
-
**Note: Version 2.2.0 removed the [IntersectionObserver polyfill](https://www.npmjs.com/package/intersection-observer) from the build. If you want [cross-browser support](https://caniuse.com/#feat=intersectionobserver), you should include it yourself.**
75
-
76
74
## Usage
77
75
78
76
A `Scrollama` component wraps a set of steps. Each `Step` component [must](https://github.com/jsonkao/react-scrollama/issues/19#issuecomment-624861326) wrap a DOM element (i.e. not just text).
@@ -204,6 +202,9 @@ You will also probably want to set a `key` prop on each `Step` if you're transfo
0 commit comments