From 9dbd7e35a64a3e2d5f7555dee32ee1c27eb84c54 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Wed, 24 Feb 2021 17:43:04 +1100 Subject: [PATCH] Update ignore for state error --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index c33d5b5..16a82b9 100644 --- a/src/index.js +++ b/src/index.js @@ -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.", ], }); }