-
Notifications
You must be signed in to change notification settings - Fork 13.5k
bug:(vue) Required props for IonNav component in 8.4.3 #30179
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
Closed
3 tasks done
Labels
Comments
3 tasks
Thank you for the issue! We're currently investigating this, along with all other related Vue issues introduced in version 8.4.3. |
2 tasks
14 tasks
2 tasks
github-merge-queue bot
pushed a commit
that referenced
this issue
Mar 13, 2025
Issue number: fixes #30179 --------- ## What is the current behavior? There have been issues reported on version 8.4.3 related to the type information changing for Vue ## What is the new behavior? This patch updates the Vue components to be correctly types using a new version of the output target. ## Does this introduce a breaking change? - [ ] Yes - [x] No
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
When adding an IonNav component in a Vue component, some props that was not required before 8.4.3 became required, and make the type-check fail.
before :
After :
Expected Behavior
The required props should be the same as before 8.4.3
Steps to Reproduce
Code Reproduction URL
https://github.com/Ericlm/vue-ion-nav
Ionic Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: