Description
Ionic version:
[x] 6.4.1
I'm submitting a ...
[x] bug report
[ ] feature request
Current behavior:
If I setup the navigation as is shown in the docs (https://ionicframework.com/docs/api/menu), this error will occur when navigating between pages:
This happens because ionic needs a single wrapper for the whole page in order to do the animations. If I change this structure to this:
then the navigation randomly stops working after jumping back and forward for a while but no errors are outputted.
Expected behavior:
The structure shown in the documentation should not lead to a fundamental flaw in the structure of the page.
Steps to reproduce:
Just try to use the navigation on a Vue Ionic app by following the documentation by the book. That should do it.