fix(core): allow updates through error boundary (#2136)

This commit is contained in:
Shawn Erquhart
2019-03-02 15:26:08 -05:00
committed by GitHub
parent efa650ccf8
commit 3d98b72775
3 changed files with 38 additions and 20 deletions

View File

@ -63,7 +63,7 @@ function bootstrap(opts = {}) {
*/
const Root = () => (
<I18n locale={'en'} messages={getPhrases()}>
<ErrorBoundary>
<ErrorBoundary showBackup>
<Provider store={store}>
<ConnectedRouter history={history}>
<Route component={App} />