Skip to content

Commit 9254669

Browse files
fix: fix validateDomNesting #323
1 parent f3976ec commit 9254669

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Date/Month.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ function Month(props: MonthSingleProps | MonthRangeProps | MonthMultiProps) {
305305
<View style={isHorizontal ? styles.opacity1 : styles.opacity0}>
306306
<IconButton
307307
onPress={isHorizontal ? () => onPressYear(year) : undefined}
308+
disabled
308309
icon={
309310
selectingYear
310311
? theme.isV3

0 commit comments

Comments
 (0)