Skip to content

Commit

Permalink
chore(*): fix warning when using popupComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Aug 14, 2019
1 parent 1be3ea8 commit fe15e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select/base.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default class Base extends React.Component {
notFoundContent: PropTypes.node,
locale: PropTypes.object,
rtl: PropTypes.bool,
popupComponent: PropTypes.node,
popupComponent: PropTypes.any,
};

static defaultProps = {
Expand Down

0 comments on commit fe15e71

Please sign in to comment.