提交 180cd9f5 编写于 作者: O Olivier Tassinari 提交者: Tim Neutkens

react-hot-loader & warnings (#3110)

上级 b7406e90
...@@ -84,7 +84,7 @@ class Container extends Component { ...@@ -84,7 +84,7 @@ class Container extends Component {
// includes AppContainer which bypasses shouldComponentUpdate method // includes AppContainer which bypasses shouldComponentUpdate method
// https://github.com/gaearon/react-hot-loader/issues/442 // https://github.com/gaearon/react-hot-loader/issues/442
return ( return (
<AppContainer errorReporter={ErrorDebug}> <AppContainer warnings={false} errorReporter={ErrorDebug}>
<Component {...props} url={url} /> <Component {...props} url={url} />
</AppContainer> </AppContainer>
) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册