CEC-3556-fix-eslist (#272)
* ignore test files * update snapshots * fix build errors * fix build errors * fix snap shot * fix more snaps * fix snap shot
This commit is contained in:
@@ -26,7 +26,9 @@ export default class ErrorBoundary extends Component {
|
||||
if (this.state.hasError) {
|
||||
try {
|
||||
logger.error(this.state.error.stack);
|
||||
} catch (e) {}
|
||||
} catch (e) {
|
||||
logger.error(e);
|
||||
}
|
||||
|
||||
if (this.state.error && this.state.error.name === "ChunkLoadError") {
|
||||
reload();
|
||||
|
||||
Reference in New Issue
Block a user