afc163
6 years ago
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48
1 changed files with
1 additions and
1 deletions
-
site/theme/template/Layout/index.jsx
|
|
@ -30,7 +30,7 @@ if (typeof window !== 'undefined') { |
|
|
|
/* eslint-enable global-require */ |
|
|
|
|
|
|
|
// Error log statistic |
|
|
|
window.addEventListener('error', function(e) { |
|
|
|
window.addEventListener('error', function onError(e) { |
|
|
|
// Ignore ResizeObserver error |
|
|
|
if (e.message === 'ResizeObserver loop limit exceeded') { |
|
|
|
e.stopPropagation(); |
|
|
|