Skip to content

Commit a61f73c

Browse files
johnwilsdiasbruno
authored andcommitted
fix react proptypes warning
1 parent 95693ba commit a61f73c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/components/Modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var Modal = createReactClass({
3838
overlay: PropTypes.object
3939
}),
4040
portalClassName: PropTypes.string,
41-
bodyOpenClassName: React.PropTypes.string,
41+
bodyOpenClassName: PropTypes.string,
4242
appElement: PropTypes.instanceOf(SafeHTMLElement),
4343
onAfterOpen: PropTypes.func,
4444
onRequestClose: PropTypes.func,

0 commit comments

Comments
 (0)