Skip to content

Commit 358af2f

Browse files
layershifterlevithomason
authored andcommitted
fix(Popup): fix in propTypes (#1345)
Fixes #1344.
1 parent 344fb7e commit 358af2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/Popup/Popup.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ export default class Popup extends Component {
117117
trigger: PropTypes.node,
118118

119119
/** Popup width. */
120-
wide: PropTypes.oneOfType(
120+
wide: PropTypes.oneOfType([
121121
PropTypes.bool,
122122
PropTypes.oneOf(['very']),
123-
),
123+
]),
124124
}
125125

126126
static defaultProps = {

0 commit comments

Comments
 (0)