We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de05cbc commit 64349afCopy full SHA for 64349af
README.md
@@ -31,8 +31,7 @@ class MyList extends React.Component {
31
export default Autoscroll(MyList)
32
```
33
34
-You must Explicitly pass down props in the wrapped component.
35
-
36
-##API
37
`Autoscroll` returns the passed component without any additional markup.
38
It scrolls the root node rendered by the component to the bottom whenever it updates, but not if the user has scrolled up.
+
+⚠️ You must Explicitly pass down props to the wrapped component. ⚠️
0 commit comments