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
- The wrapped component must be a Class-based component, not a functional one, because `Autoscroll` uses a `ref`.
71
71
- This package is agnostic about any CSS you use. However, it assumes that you provide the adequate CSS to make the wrapped component have a scroll bar. (ie. `overflow-y:scroll;` and a set `height`)
72
72
73
+
# API
73
74
## props
74
75
75
76
The `autoscroll` higher-order-component supports the followig props
0 commit comments