Skip to content

Commit a61f73c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/Modal.js

+1-1
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)