fix(core): allow updates through error boundary (#2136)
This commit is contained in:
2
packages/netlify-cms-core/src/bootstrap.js
vendored
2
packages/netlify-cms-core/src/bootstrap.js
vendored
@ -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} />
|
||||
|
Reference in New Issue
Block a user