We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v8.x
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 :
import type { VNode } from "vue"; export declare const IonNav: import("vue").DefineComponent<unknown, () => VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>;
After :
export declare const IonNav: import("vue").DefineSetupFnComponent<{ animated: boolean; animation: Function; root: any; rootParams: any; swipeGesture: boolean; }, {}, {}, { animated: boolean; animation: Function; root: any; rootParams: any; swipeGesture: boolean; } & {}, import("vue").PublicProps>;
The required props should be the same as before 8.4.3
https://github.com/Ericlm/vue-ion-nav
Ionic: Ionic CLI : 7.2.0 (/Users/ericlemaitre/.asdf/installs/nodejs/22.13.0/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/vue 8.4.3 Capacitor: Capacitor CLI : 7.0.1 @capacitor/android : not installed @capacitor/core : 7.0.1 @capacitor/ios : not installed Utility: cordova-res : not installed globally native-run : 2.0.1 System: NodeJS : v22.13.0 (/Users/ericlemaitre/.asdf/installs/nodejs/22.13.0/bin/node) npm : 10.9.2 OS : macOS Unknown
No response
The text was updated successfully, but these errors were encountered:
Thank you for the issue! We're currently investigating this, along with all other related Vue issues introduced in version 8.4.3.
Sorry, something went wrong.
No branches or pull requests
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: