Skip to content

Commit 64349af

Browse files
authored
Update README.md
1 parent de05cbc commit 64349af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ class MyList extends React.Component {
3131
export default Autoscroll(MyList)
3232
```
3333

34-
You must Explicitly pass down props in the wrapped component.
35-
36-
##API
3734
`Autoscroll` returns the passed component without any additional markup.
3835
It scrolls the root node rendered by the component to the bottom whenever it updates, but not if the user has scrolled up.
36+
37+
⚠️ You must Explicitly pass down props to the wrapped component. ⚠️

0 commit comments

Comments
 (0)