Skip to content
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

bug: (vue) all TypeScript types missing from ion-* components since 8.4.3 #30221

Closed
3 tasks done
mattschlosser opened this issue Feb 27, 2025 · 3 comments · Fixed by stenciljs/output-targets#630 · May be fixed by #30239
Closed
3 tasks done

bug: (vue) all TypeScript types missing from ion-* components since 8.4.3 #30221

mattschlosser opened this issue Feb 27, 2025 · 3 comments · Fixed by stenciljs/output-targets#630 · May be fixed by #30239
Labels

Comments

@mattschlosser
Copy link

Prerequisites

Ionic Framework Version

v8.x

Current Behavior

Since @ionic/vue 8.4.3, all TypeScript information seems to be missing from components.

For example, when trying to get the possible values of size prop for IonTitle, it no longer returns detailed type information

Image

Expected Behavior

As in @inoic/vue 8.4.2, TypeScript information is available to the IDE

Image

Steps to Reproduce

  1. Create new ionic vue project using ionic cli
  2. attempt to get VS Code to use type information by using Ctrl + Space for the value of a Ionic component prop
  3. No type information is available

Code Reproduction URL

https://github.com/mattschlosser/ionic-vue-ts-demo/tree/main

Ionic Info

Ionic:

Ionic CLI : 7.2.0 (C:\Users\mschlosser\AppData\Roaming\npm\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 : v23.8.0 (C:\Program Files\nodejs\node.exe)
npm : 10.9.2
OS : Windows 10

Additional Information

Reverting to 8.4.2 fixes the issue

@ionitron-bot ionitron-bot bot added the triage label Feb 27, 2025
@mattschlosser
Copy link
Author

possibly related to #30179

@mattschlosser mattschlosser changed the title bug: (vue) all TypeScript types missing from ion-* components bug: (vue) all TypeScript types missing from ion-* components since 8.4.3 Feb 27, 2025
@EinfachHans
Copy link
Contributor

Maybe also so #30176

@brandyscarney
Copy link
Member

Thank you for the issue! We're currently investigating this, along with all other related Vue issues introduced in version 8.4.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants