You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 forIonTitle
, it no longer returns detailed type informationExpected Behavior
As in @inoic/vue 8.4.2, TypeScript information is available to the IDE
Steps to Reproduce
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
The text was updated successfully, but these errors were encountered: