getFrameById() is deprecated. after updating to NS 6.2.0
See original GitHub issueVersion
2.4.0
Reproduction link
https://play.nativescript.org/
Platform and OS info
Android 9 / Nativescript 6.2.0 / macOS 10.15
Steps to reproduce
I’m trying to use $navigateTo() but I get this line logged in the console when I @tap on my element : JS: ‘getFrameById() is deprecated. Use Frame.getFrameById() instead.’
What is expected?
Navigate to the other page
What is actually happening?
getting this line in the console and nothing happens: JS: ‘getFrameById() is deprecated. Use Frame.getFrameById() instead.’
here is my method:
goToDetailPage() {
this.$navigateTo(MarketDetails, {
animated: true,
transition: {
name: "slide",
curve: "ease"
},
props: { item: this.item, index: this.index }
});
},
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:6 (1 by maintainers)
Top Results From Across the Web
weixin_39744554的博客_CSDN博客-领域博主
店铺首页图片css,店铺装修-CSS中的背景样式,终端服务器i386,Linux远程桌面工具-- NoMachine,计算机课后感400字,我最喜欢的电脑课_400字.
Read more >nativescript/nativescript release history - changelogs.md
ios: tapData.getX() and tapData.getY() will now return correctly in DIP, so any extra conversions (like calling toDevicePixels) twice must be changed. core: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@coffeeneed have you installed the latest version of nsvue this has been released in? https://github.com/nativescript-vue/nativescript-vue/releases/tag/v2.5.0-alpha.3
We are locking this issue because it has been closed for more than 14 days.
If the issue comes up again please open a new issue with additional details.