We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57bab5 commit 9616a8cCopy full SHA for 9616a8c
lib/components/Modal.js
@@ -50,7 +50,6 @@ var Modal = module.exports = React.createClass({
50
ariaAppHider.toggle(props.isOpen, props.appElement);
51
}
52
sanitizeProps(props);
53
- console.log('hi');
54
if (this.portal)
55
this.portal.setProps(props);
56
else
@@ -65,4 +64,3 @@ var Modal = module.exports = React.createClass({
65
64
function sanitizeProps(props) {
66
delete props.ref;
67
68
-
0 commit comments