-
-
Notifications
You must be signed in to change notification settings - Fork 245
getFrameById() is deprecated. after updating to NS 6.2.0 #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @KEYHAN-A , I just had the exact same problem, it turned out that the component I was trying to navigate to was not encased in Hope that helps! |
@zeke8402 |
Why is this issue closed when it's not resolved? I also experience this error when invoking a function with with $navigateTo. My app simply doesn't work anymore. I do not use ListView and I do have in my markup. Help, please. I'm clueless here and we need to work in our app. PS: I have searched my code for "frame" also, but I don't have that word mentioned in my code, so there has to be something deeper. |
@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. |
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:
The text was updated successfully, but these errors were encountered: