-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Closed
Copy link
Labels
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x, v8.x
Current Behavior
Blank page with multiple "Cannot add property 0, object is not extensible on Ionic Vue" in console.
Expected Behavior
The starter app should work.
Steps to Reproduce
$ ionic start myApp tabs --type=vue
Compile Android version and start the app on Android 11 version.
Also tried on Chrome 91 Mac, same issue.
Code Reproduction URL
$ ionic start myApp tabs --type=vue
Ionic Info
Ionic:
Ionic CLI : 7.2.1 (/opt/homebrew/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/vue 8.6.5
Capacitor:
Capacitor CLI : 7.4.2
@capacitor/android : not installed
@capacitor/core : 7.4.2
@capacitor/ios : not installed
Utility:
cordova-res : not installed globally
native-run : 2.0.1
System:
NodeJS : v24.3.0 (/opt/homebrew/Cellar/node/24.3.0/bin/node)
npm : 11.4.2
OS : macOS Unknown
Additional Information
No response