mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
react-hot-loader & warnings (#3110)
This commit is contained in:
parent
b7406e90c5
commit
180cd9f566
|
@ -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>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue