From 722fc3d8efef3159ffb2c184eb3c85dd13533d7d Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 12 Aug 2022 15:07:21 -0500 Subject: [PATCH] index: suppress nonserializable 'props.error' --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index 673bc0a9..33d2d5d2 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -55,6 +55,7 @@ const store = configureStore({ 'payload', // Error is not serializable 'error', + 'props.error', ], }, })