question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

getFrameById() is deprecated. after updating to NS 6.2.0

See original GitHub issue

Version

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:closed
  • Created 4 years ago
  • Reactions:7
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
rigor789commented, Nov 30, 2019

@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

0reactions
nativescript-vue-botcommented, Dec 12, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found