### Prerequisites - [x] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue). - [x] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [x] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success. ### Ionic Framework Version v8.x ### Current Behavior I recently attempted upgrading from Ionic v8.5 to latest. I noticed an issue starting in Ionic v8.6. When using with react-router, the initial rendered tab is not selected. This issue can be easily reproduced by checking the Ionic docs codepend for ion-tabs with React Router (observe the "Listen Now" button color): | Version | Demo Link | Screenshot | |---------|-----------|------------| | v8.6 | [StackBlitz Demo](https://stackblitz.com/edit/lcx3ywfg) | <img width="300" alt="Image" src="https://github.com/user-attachments/assets/9742d573-4e63-4801-88a1-92dae95177b6" /> | | v8.5 | [StackBlitz Demo](https://stackblitz.com/edit/lcx3ywfg-po8yywjb) | <img width="300" alt="Image" src="https://github.com/user-attachments/assets/f85b6896-cf32-4bd2-b4ef-a4b0cd8eaac1" /> | ### Expected Behavior The initial route should automatically activate the appropriate ion-tab. ### Steps to Reproduce 1. Open above codepens 2. Observe "Listen Now" button ### Code Reproduction URL https://stackblitz.com/edit/lcx3ywfg ### Ionic Info N/A ### Additional Information _No response_