Closed
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
v8.x
Current Behavior
Ion-input is not displayed correctly when I'm building my vanilla js project with vite.js. It works with version 7, but not with version 8. sc-ion-input-md is class is missing from the input tag.
Expected Behavior
ion-input should display as ionic component and not standard html.
Steps to Reproduce
- see stackblitz.com project
Code Reproduction URL
https://stackblitz.com/edit/sb1-tqcwwalu?file=package.json
Ionic Info
Issue is with all v8 versions
Additional Information
No response