You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error appears after clicking the menu button. It occurs because <IonMenuButton> is inside <IonTabButton>. This is done so that the tabs and the menu button are on the same level. <IonTabButton> doesn't have an href property - this is the reason for the error.
The text was updated successfully, but these errors were encountered:
Error:
tab with id: "undefined" does not exist
.This error appears after clicking the menu button. It occurs because
<IonMenuButton>
is inside<IonTabButton>
. This is done so that the tabs and the menu button are on the same level.<IonTabButton>
doesn't have anhref
property - this is the reason for the error.The text was updated successfully, but these errors were encountered: