Skip to content

Commit

Permalink
add console.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
souvik-ghosh committed Aug 10, 2021
1 parent 57fbfbf commit d221bd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/expandableCalendar/agendaList.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ class AgendaList extends Component {
onScrollToIndexFailed = info => {
if (this.props.onScrollToIndexFailed) {
this.props.onScrollToIndexFailed(info);
} else {
console.warn('onScrollToIndexFailed info: ', info);
}
};

Expand Down

0 comments on commit d221bd9

Please sign in to comment.