@Piletti wrote:
I have a route defined like this inside the IonRouterOutlet
Route path="/profile/:id" component={Profile} exact={true}
The Profile comp., consist of
IonItem routerLink={
/tab1/${Date.now()}
}
Link to profile with timestamp
IonItemCurrently this cause two issues:
- The is no animations between the old profile screen and the new one profile screen
- The old screen is getting replaced with the new screen, instead of keeping each screen in a stack.
Is there any solutions to this problem?
Posts: 1
Participants: 1