From eb26bfcf1ba1a8e3140bf680a2dfe5e25b58f42a Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 5 Oct 2022 12:31:27 -0500 Subject: [PATCH] index: ignore value action properties This was making noise in the browser console log. --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index bf0ed2ff..c13a7a4a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -53,6 +53,7 @@ const store = configureStore({ 'data', 'firmwareZip', 'payload', + 'value', // Error is not serializable 'error', 'props.error',