We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5e76a commit 85a13b8Copy full SHA for 85a13b8
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