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
This commit is contained in:
Dmitry Lyzlov 2023-04-29 03:55:27 +03:00 committed by GitHub
parent 3c790d2561
commit 5dfc67dc61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -738,7 +738,6 @@ export function showOverlay(name: AvailableScreens, passProps = {}, options: Opt
Navigation.showOverlay({
component: {
id: name,
name,
passProps,
options: merge(defaultOptions, options),