T
TanStack5mo ago
harsh-harlequin

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
extended-salmon5mo ago
could be a bug about scroll to top, you need to set resetScroll:false on the link
harsh-harlequin
harsh-harlequinOP5mo 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
extended-salmon5mo ago
don't have a quick fix ready. we need to debug
harsh-harlequin
harsh-harlequinOP5mo ago
Alright @Manuel Schiller, thank you for your help. Please, let me know how it goes
extended-salmon
extended-salmon5mo 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-harlequin
harsh-harlequinOP5mo ago
Sure, I could do that

Did you find this page helpful?