react-hot-loader & warnings (#3110)

This commit is contained in:
Olivier Tassinari 2017-10-16 21:37:07 +02:00 committed by Tim Neutkens
parent b7406e90c5
commit 180cd9f566

View file

@ -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>
)