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.
1 parent f9ec487 commit aed3758Copy full SHA for aed3758
packages/taro-ui/src/components/calendar/body/index.tsx
@@ -350,7 +350,7 @@ export default class AtCalendarBody extends React.Component<
350
onTouchStart={this.handleSwipeTouchStart}
351
>
352
{listGroup.map((item, key) => (
353
- <SwiperItem key={item.value} itemId={key.toString()}>
+ <SwiperItem key={key} itemId={key.toString()}>
354
<AtCalendarDateList
355
list={item.list}
356
onClick={this.props.onDayClick}
0 commit comments