Skip to content

Commit 85a13b8

Browse files
committedJul 16, 2015
Returning noscript tag instead of null
See facebook/react#3713 and facebook/react#2770
1 parent 0d5e76a commit 85a13b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎lib/components/Modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var Modal = module.exports = React.createClass({
6666
},
6767

6868
render: function () {
69-
return null;
69+
return React.DOM.noscript();
7070
}
7171
});
7272

0 commit comments

Comments
 (0)