8000
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 f7cf829 commit f7eef6cCopy full SHA for f7eef6c
CHANGELOG.md
@@ -3,6 +3,7 @@
3
##### ` 8000 v2.5.1`
4
5
- fix(SidebarNav): add missing `class` and `attributes` to navDropdown item
6
+- fix(HeaderDropdown): add missing Dropdown.propTypes
7
8
###### dependencies update
9
- update `core-js` to `^2.6.8`
src/HeaderDropdown.js
@@ -4,7 +4,8 @@ import PropTypes from 'prop-types';
const propTypes = {
children: PropTypes.node,
- direction: PropTypes.string
+ direction: PropTypes.string,
+ ...Dropdown.propTypes
};
10
11
const defaultProps = {
0 commit comments