diff --git a/src/index.tsx b/src/index.tsx index 0aa560fd..2372c0f8 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -52,6 +52,8 @@ const store = configureStore({ // contain ArrayBuffer or DataView 'data', 'firmwareZip', + // Error is not serializable + 'error', ], }, })