is this the same issue as this? https://github.com/TanStack/router/issues/1295
GitHub
Describe the bug When using throw redirect({...}) in a beforeLoad function, the redirect is ineffectual and seems not to do anything. Downgrading to 1.19.4 fixes the issue. This bug can be seen in ...