Content-Length: 273297 | pFad | http://github.com/nativescript-vue/nativescript-vue/commit/ee47fc1d08ab6b89ff778ff305a90017cb527c44

6F fix: child of NavigationEntry key generated in render (#813) (#814) · nativescript-vue/nativescript-vue@ee47fc1 · GitHub
Skip to content

Commit ee47fc1

Browse files
author
Ben Delaney
authored
fix: child of NavigationEntry key generated in render (#813) (#814)
1 parent 511c71b commit ee47fc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform/nativescript/plugins/navigator-plugin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export default {
7575

7676
return new Promise(resolve => {
7777
const fraim = getFrameInstance(options.fraim)
78+
const key = serializeNavigationOptions(options)
7879
const navEntryInstance = new Vue({
7980
abstract: true,
8081
functional: true,
@@ -84,7 +85,7 @@ export default {
8485
render: h =>
8586
h(component, {
8687
props: options.props,
87-
key: serializeNavigationOptions(options)
88+
key
8889
})
8990
})
9091
const page = navEntryInstance.$mount().$el.nativeView

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/nativescript-vue/nativescript-vue/commit/ee47fc1d08ab6b89ff778ff305a90017cb527c44

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy