From 1a306608f2c2dcf4b3be9f0e81cef8049ee87f15 Mon Sep 17 00:00:00 2001 From: Nicolas Burtey Date: Mon, 17 Jul 2023 12:28:43 +0100 Subject: [PATCH] chore: broader filter logbox message --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 98ac28dad3..8c3487467f 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,8 @@ import { App } from "./app/app.tsx" import * as React from "react" const ignoreLogs = [ - /Non-serializable values were found in the navigation state. Check:\s*sendBitcoinDetails/, // SendBitcoin navigation values are not serializable to prevent boiler plate serialization and deserialization across the flow. + // SendBitcoin navigation values are not serializable to prevent boiler plate serialization and deserialization across the flow. + /Non-serializable values were found in the navigation state./, ] LogBox.ignoreLogs(ignoreLogs)