Bug Report
Ionic version:
"@ionic/core": "^4.10.0",
"@ionic/react": "^4.10.0-rc.3",
Current behavior:
Having IonTabButton component and not passing an href prop, it's always returning undefined. This makes the page reload even if an onClick is passed. On documentation it says that href can be string | undefined.
Expected behavior:
Having IonTabButton component and its prop href is not defined, I expect the href not to show on the html.
Ref:

Bug Report
Ionic version:
"@ionic/core": "^4.10.0",
"@ionic/react": "^4.10.0-rc.3",
Current behavior:
Having IonTabButton component and not passing an
hrefprop, it's always returning undefined. This makes the page reload even if an onClick is passed. On documentation it says that href can bestring | undefined.Expected behavior:
Having IonTabButton component and its prop href is not defined, I expect the href not to show on the html.
Ref:
