mirror of
https://github.com/mue/mue.git
synced 2026-07-22 08:17:28 +02:00
refactor: cleanup
This commit is contained in:
@@ -12,7 +12,7 @@ export default class ErrorBoundary extends PureComponent {
|
||||
|
||||
static getDerivedStateFromError(error) {
|
||||
console.log(error);
|
||||
window.stats.postEvent('modal', 'Error occurred');
|
||||
variables.stats.postEvent('modal', 'Error occurred');
|
||||
return {
|
||||
error: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user