Skip to content

Commit 2ead8b8

Browse files
committed
Do not define btnSize as the default props since it may cause problems to the dropdown toggle
1 parent faa064f commit 2ead8b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ButtonGroup.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ ButtonGroup.propTypes = {
5252
dropdownOpen: PropTypes.bool
5353
};
5454
ButtonGroup.defaultProps = {
55-
btnSize: 'md',
5655
vertical: false,
5756
dropdownOpen: false
5857
};

0 commit comments

Comments
 (0)