Update ignore for state error

This commit is contained in:
Mitchell McCaffrey 2021-02-24 17:43:04 +11:00
parent 10a861a807
commit 9dbd7e35a6

View File

@ -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.",
],
});
}