We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3231777 commit 4ac1d60Copy full SHA for 4ac1d60
src/components/SwiperFlatList/index.js
@@ -148,7 +148,7 @@ export default class SwiperFlatList extends PureComponent {
148
setTimeout(() => this._scrollToIndex(info.index, false));
149
};
150
151
- _keyExtractor = (item, index) => index;
+ _keyExtractor = (item, index) => index.toString();
152
153
renderChildren = ({ item }) => item;
154
0 commit comments