We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce107bf commit e2249b2Copy full SHA for e2249b2
src/studio-header/HeaderBody.jsx
@@ -164,7 +164,7 @@ HeaderBody.propTypes = {
164
})),
165
outlineLink: PropTypes.string,
166
searchButtonAction: PropTypes.func,
167
- containerProps: Container.propTypes,
+ containerProps: PropTypes.shape(Container.propTypes),
168
};
169
170
HeaderBody.defaultProps = {
@@ -184,6 +184,7 @@ HeaderBody.defaultProps = {
184
mainMenuDropdowns: [],
185
outlineLink: null,
186
searchButtonAction: null,
187
+ containerProps: {},
188
189
190
export default HeaderBody;
src/studio-header/StudioHeader.jsx
@@ -71,6 +71,7 @@ StudioHeader.propTypes = {
71
StudioHeader.defaultProps = {
72
number: '',
73
org: '',
74
75
isHiddenMainMenu: false,
76
77
0 commit comments