-
Notifications
You must be signed in to change notification settings - Fork 1
Description
In many parts of the invite flow, there are interactions that should clear the history entries related to the invite flow such that a user cannot "go back" to those pages. However, this doesn't work right now, as there seems to be a limitation with tanstack router related to not being able to replace multiple routes (or some subset) when navigating (Discord question).
It's a relatively minor bug but can be a bit confusing, as it results in either:
- the user having to press a page's back button multiple times
- the user being navigated to some unexpected page when pressing the back button.