Skip to content

Commit

Permalink
react-hot-loader & warnings (#3110)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and timneutkens committed Oct 16, 2017
1 parent b7406e9 commit 180cd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 84,7 @@ class Container extends Component {
// includes AppContainer which bypasses shouldComponentUpdate method
// https://github.com/gaearon/react-hot-loader/issues/442
return (
<AppContainer errorReporter={ErrorDebug}>
<AppContainer warnings={false} errorReporter={ErrorDebug}>
<Component {...props} url={url} />
</AppContainer>
)
Expand Down

0 comments on commit 180cd9f

Please sign in to comment.