We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
2.4.0
https://github.com/nativescript-vue/nativescript-vue/blob/master/index.d.ts
All platforms
See definition of navigateTo property options in -> https://github.com/nativescript-vue/nativescript-vue/blob/master/index.d.ts
frame is NOT defined in options
see docs -> https://nativescript-vue.org/en/docs/routing/manual-routing/#navigating-within-a-frame
navigateTo accept frame as part of the options
typescript is alerting me frame is not existing in options
The text was updated successfully, but these errors were encountered:
I randomly get this error when using navigateTo: undefined is not an object (evaluating 'frame.navigate) May it be related to that?
undefined is not an object (evaluating 'frame.navigate)
Sorry, something went wrong.
@tuliodiaz Issue is already fixed. Could you close this ?
Fixed in 2.5.0.
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.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Version
2.4.0
Reproduction link
https://github.com/nativescript-vue/nativescript-vue/blob/master/index.d.ts
Platform and OS info
All platforms
Steps to reproduce
See definition of navigateTo property options in -> https://github.com/nativescript-vue/nativescript-vue/blob/master/index.d.ts
frame is NOT defined in options
see docs -> https://nativescript-vue.org/en/docs/routing/manual-routing/#navigating-within-a-frame
What is expected?
navigateTo accept frame as part of the options
What is actually happening?
typescript is alerting me frame is not existing in options
The text was updated successfully, but these errors were encountered: