From 5dfc67dc618e89d4ac043452082b428e1c5de6b9 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzlov Date: Sat, 29 Apr 2023 03:55:27 +0300 Subject: [PATCH] Fixed exception on accessing 'payload' of undefined in InAppNotification (#7317) * Moved to use auto-generated component id in showOverlay call instead of setting it explicitly * Fixed linter warnings --- app/screens/navigation.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/screens/navigation.ts b/app/screens/navigation.ts index c96e79c98..cd85c3370 100644 --- a/app/screens/navigation.ts +++ b/app/screens/navigation.ts @@ -738,7 +738,6 @@ export function showOverlay(name: AvailableScreens, passProps = {}, options: Opt Navigation.showOverlay({ component: { - id: name, name, passProps, options: merge(defaultOptions, options),