Skip to content

Commit 51eb83e

Browse files
committed
chore: not pass disabled into dom
1 parent 7c57791 commit 51eb83e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/List.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ class List<T> extends React.Component<ListProps<T>, ListState<T>> {
568568
children,
569569
itemKey,
570570
onSkipRender,
571+
disabled,
571572
...restProps
572573
} = this.props;
573574

0 commit comments

Comments
 (0)