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.
reservationsKeyExtractor
1 parent 530f747 commit e070a0aCopy full SHA for e070a0a
src/agenda/reservation-list/index.tsx
@@ -78,7 +78,7 @@ class ReservationList extends Component<ReservationListProps, State> {
78
refreshControl: PropTypes.element,
79
refreshing: PropTypes.bool,
80
onRefresh: PropTypes.func,
81
- keyExtractor: PropTypes.func
+ reservationsKeyExtractor: PropTypes.func
82
};
83
84
static defaultProps = {
0 commit comments