Issue with Route masking
Good day, I'm encountering some issues with route masking. I did my best to describe the problem here with a reproduction: https://github.com/TanStack/router/discussions/4655. I would appreciate any help I can get. Thank you.
6 Replies
extended-salmon•5mo ago
could be a bug
about scroll to top, you need to set resetScroll:false
on the link
harsh-harlequinOP•5mo ago
Thank you for your prompt response.
The
resetScroll resolves the scroll to top.
Please, what temporary fix would you recommend for the "preload"?extended-salmon•5mo ago
don't have a quick fix ready. we need to debug
harsh-harlequinOP•5mo ago
Alright @Manuel Schiller, thank you for your help.
Please, let me know how it goes
extended-salmon•5mo ago
if you want, you could try creating a failing unit test for this as a PR
we have several preload tests, probably missing masked routes
harsh-harlequinOP•5mo ago
Sure, I could do that