Skip to content

Commit

Permalink
fix(mui#3586): avoid nested <noscript>
Browse files Browse the repository at this point in the history
  • Loading branch information
echenley committed Mar 9, 2016
1 parent 5884e01 commit d6f4dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/popover/popover.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ const Popover = React.createClass({

render() {
return (
<noscript>
<div>
<EventListener
elementName="window"
onScroll={this.handleScroll}
Expand All @@ -393,7 +393,7 @@ const Popover = React.createClass({
useLayerForClickAway={this.props.useLayerForClickAway}
render={this.renderLayer}
/>
</noscript>
</div>
);
},

Expand Down

0 comments on commit d6f4dd0

Please sign in to comment.