mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
JS-7109: fix
This commit is contained in:
parent
aa3707558d
commit
2f27db0005
4 changed files with 13 additions and 5 deletions
|
@ -78,8 +78,8 @@ module.exports = (env, argv) => {
|
|||
overlay: {
|
||||
runtimeErrors: (error) => {
|
||||
if (error.message === 'ResizeObserver loop completed with undelivered notifications.') {
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
};
|
||||
|
||||
return true;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue