Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(item): router-link remains clickable with item cover (#29743)
Issue number: N/A --------- ## What is the current behavior? Item includes `ion-anchor` in the list of clickable components it queries. This component was renamed to `ion-router-link` in [v5](https://github.com/ionic-team/ionic-framework/blob/main/BREAKING_ARCHIVE/v5.md#anchor). ## What is the new behavior? Updates the reference to `ion-anchor` to `ion-router-link` in `ion-item`. ## Does this introduce a breaking change? - [ ] Yes - [x] No
- Loading branch information