-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
package: core@ionic/core package@ionic/core packagetype: buga confirmed bug reporta confirmed bug report
Description
Bug Report
When wrappen the menu inside a SpliePane in it's own component (e.g. <my-menu>
) the SplitPane is not working as expected (2 Panes are shown)
Ionic version:
[x] 5.x
latest
Current behavior:
When wrapping the menu inside a SplitPane in it's own component (e.g. )
2 Panes are shwon
Expected behavior:
The SplitPane should work as if i would put the <ion-menu>
right underneath the SplitPane
Steps to reproduce:
Related code:
not working:
<ion-split-pane when="xl" contentId="main">
<my-menu></my-menu>
<ion-router-outlet main id="main"></ion-router-outlet>
</ion-split-pane>
working:
<ion-split-pane when="xl" contentId="main">
<ion-menu>...</ion-menu>
<ion-router-outlet main id="main"></ion-router-outlet>
</ion-split-pane>
insert short code snippets here
Other information:
Ionic info:
insert the output from ionic info here
MRDNZ and RobertWeaverJoJk0
Metadata
Metadata
Assignees
Labels
package: core@ionic/core package@ionic/core packagetype: buga confirmed bug reporta confirmed bug report