Sean Perkins
Sean Perkins
This feature is completed and will be available in 6.3.0. This feature request will auto close once it is merged and released. Thanks Hans for the assist!
@astukanov thanks for the bug report and reproduction app! The issue here is the use of multiple `ion-label` that re-render in an `ion-item`. When `ion-label` first renders, it emits an...
@astukanov Really good question regarding the documentation. I'll consult with the team and discuss best options for this issue. There's related issues around `ion-item` and `ion-label` that highlights other flaws...
Hello everyone 👋 we have had some great contributions in the past towards this PR. After reviewing the proposed changes, I want to outline a few requirements so that if...
I've updated this issue with an up-to-date reproduction of the issue. An alternative pattern to avoid this issue is to use `IonRouterOutlet` as a provider instead of `NavController`. For example,...
Ok the problem is here: https://github.com/ionic-team/ionic-framework/blob/main/angular/src/directives/navigation/ion-router-outlet.ts#L311-L315 When navigating from a page outside the tabs outlet back into the outlet, `activateWith` is invoked twice for the router outlet. - Setting the...
If anyone would like to confirm with this dev-build: `6.2.1-dev.11659037685.1ddec1aa` I would appreciate it. I've verified against the upgraded reproduction.
Updated dev-build available for testing: ```shell npm install @ionic/[email protected] ```
@indraraj26 thanks for reporting this issue. I am able to reproduce, but am unsure where exactly the problem is at the moment. When reproducing with a vanilla web component using...
Ok I have been able to diagnose that it isn't an issue with a new Stencil project. We will classify this as a bug and create a spike to investigate...