We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 610734a + c1f6a8b commit 732e377Copy full SHA for 732e377
src/calendar-list/index.js
@@ -202,7 +202,7 @@ class CalendarList extends Component {
202
ref={(c) => this.listView = c}
203
//scrollEventThrottle={1000}
204
style={[this.style.container, this.props.style]}
205
- initialListSize={this.pastScrollRange + this.futureScrollRange + 1}
+ initialListSize={this.props.pastScrollRange + this.props.futureScrollRange + 1}
206
data={this.state.rows}
207
//snapToAlignment='start'
208
//snapToInterval={this.calendarHeight}
0 commit comments