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
import InfiniteScroll from 'react-infinite-scroll-component';
@@ -82,4 +86,4 @@ name | type | description
82
86
**pullDownToRefreshThreshold** | number | minimum distance the user needs to pull down to trigger the refresh, `default=100px`
83
87
**refreshFunction** | function | this function will be called, it should return the fresh data that you want to show the user
84
88
**initialScrollY** | number | set a scroll y position for the component to render with.
85
-
**key** | string | the key for the current data set being shown, used when the same component can show different data sets at different times, `default=undefined`
89
+
**key** | string | the key for the current data set being shown, used when the same component can show different data sets at different times, `default=undefined`
0 commit comments