Skip to content

Commit 180cd9f

Browse files
oliviertassinaritimneutkens
authored andcommitted
react-hot-loader & warnings (vercel#3110)
1 parent b7406e9 commit 180cd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Container extends Component {
8484
// includes AppContainer which bypasses shouldComponentUpdate method
8585
// https://github.com/gaearon/react-hot-loader/issues/442
8686
return (
87-
<AppContainer errorReporter={ErrorDebug}>
87+
<AppContainer warnings={false} errorReporter={ErrorDebug}>
8888
<Component {...props} url={url} />
8989
</AppContainer>
9090
)

0 commit comments

Comments
 (0)