I can't get the scroll restoration to work on my app. Someone can help me please?
Hello, I am building an App with Tauri, in the frontend I have React with Vite. I added the TanStack router and for now it works pretty good. But I can't make the scroll restoration works and I don't know what else to do.
I was looking the SessionStore and I have something like this:
So I suppose the ScrollRestoration component detect the position and save it but fails when have to scroll?
I added it in my
Also, I dont know if this is a problem but I am using
I was looking the SessionStore and I have something like this:
So I suppose the ScrollRestoration component detect the position and save it but fails when have to scroll?
I added it in my
__root.tsx file:Also, I dont know if this is a problem but I am using
react-infinite-scroll-component. Evert