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
like-gold•2mo ago
could be a bug
about scroll to top, you need to set resetScroll:false
on the link
extended-yellowOP•2mo ago
Thank you for your prompt response.
The
resetScroll
resolves the scroll to top.
Please, what temporary fix would you recommend for the "preload"?like-gold•2mo ago
don't have a quick fix ready. we need to debug
extended-yellowOP•2mo ago
Alright @Manuel Schiller, thank you for your help.
Please, let me know how it goes
like-gold•2mo 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
extended-yellowOP•2mo ago
Sure, I could do that