From a9b3920bffba5dd77b04b9842b8481ea93dd4d48 Mon Sep 17 00:00:00 2001 From: Ben Delaney Date: Mon, 8 Mar 2021 17:56:21 +1100 Subject: [PATCH] fix: child of NavigationEntry key generated in render (#813) --- platform/nativescript/plugins/navigator-plugin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/nativescript/plugins/navigator-plugin.js b/platform/nativescript/plugins/navigator-plugin.js index 9a7f20a1..1be5076a 100644 --- a/platform/nativescript/plugins/navigator-plugin.js +++ b/platform/nativescript/plugins/navigator-plugin.js @@ -75,6 +75,7 @@ export default { return new Promise(resolve => { const frame = getFrameInstance(options.frame) + const key = serializeNavigationOptions(options) const navEntryInstance = new Vue({ abstract: true, functional: true, @@ -84,7 +85,7 @@ export default { render: h => h(component, { props: options.props, - key: serializeNavigationOptions(options) + key }) }) const page = navEntryInstance.$mount().$el.nativeView pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy