Repro of IonSelect bug in Ionic 6 beta
- Create a new blank Ionic React app - ionic start IonSelectBug blank. Select React
- Upgrade to beta - npm i @ionic/react@next @ionic/react-router@next
- Add IonContent and an IonSelect
- Run it in DEV and then run 'npm run build' to create a production build