We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95693ba commit a61f73cCopy full SHA for a61f73c
lib/components/Modal.js
@@ -38,7 +38,7 @@ var Modal = createReactClass({
38
overlay: PropTypes.object
39
}),
40
portalClassName: PropTypes.string,
41
- bodyOpenClassName: React.PropTypes.string,
+ bodyOpenClassName: PropTypes.string,
42
appElement: PropTypes.instanceOf(SafeHTMLElement),
43
onAfterOpen: PropTypes.func,
44
onRequestClose: PropTypes.func,
0 commit comments