Closed
Description
🐛 The bug
After upgrading Nuxt to 3.13.1+, I noticed that Ionic components have a class of "undefined" instead of the correct Ionic classes. This causes the entire app to break due to incorrect CSS styles. (This can be observed for example on <ion-app>
and <ion-tab-bar>
).
🛠️ To reproduce
https://stackblitz.com/edit/github-qjn2d7?file=package.json
🌈 Expected behaviour
Classes should not be undefined.