Update ignore for state error
This commit is contained in:
parent
10a861a807
commit
9dbd7e35a6
@ -29,6 +29,7 @@ if (process.env.REACT_APP_LOGGING === "true") {
|
||||
"Assertion failed: Input argument is not an HTMLInputElement",
|
||||
"Extension context invalidated",
|
||||
"InvalidStateError",
|
||||
"Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.",
|
||||
],
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user