We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ccf23a + 85a13b8 commit 9e092aeCopy full SHA for 9e092ae
lib/components/Modal.js
@@ -66,7 +66,7 @@ var Modal = module.exports = React.createClass({
66
},
67
68
render: function () {
69
- return null;
+ return React.DOM.noscript();
70
}
71
});
72
0 commit comments