Hi.
does anyone knows how to use a hash router with IonTabButton?
I’ve trying to get it working for a while and no success
<IonReactHashRouter>
<IonRoute path="/" render={p => {
return (
<div><Yolo/></div>
)
}} />
</IonReactHashRouter>
<IonTabButton tab="map">
<IonIcon icon={map} />
<IonLabel>Map</IonLabel>
</IonTabButton>
I have the router working but not the IonTabButton, does anyone knows how to get it working?