I’m trying to remove history after logging in or logging out. For that, I’m using router.replace instead of router.push.
It works fine, however, there are no page transitions.
Is there any way to have regular page transition (like with router.push) when using router.replace?
1 post - 1 participant