Maksym Skuibida

Results 40 comments of Maksym Skuibida

I found workaround for this You can use this hook ``` import { useMatches, useRouter } from "@tanstack/react-router"; export default function useCurrentRouteFullPath() { const router = useRouter(); const routeId =...

I am sorry for late answer, yes, it was introduced with 1.30.1. It worked with 1.29.2, but a lot of other things worked bad. I have just updated to latest...

@DogPawHat I will try 1.31.0 and let you know

@DogPawHat I have just tested. It really works on 1.31.0. This version have issue with preload="intent". When I hover on links it changes path params in internal router state. So,...

> @maksymskuibida any luck with a reproduction? please try it with [1.33.6](https://github.com/TanStack/router/releases/tag/v1.33.6). Hello, I'll try. I am sorry, had no time for this. Hopefully I will do it today, if...

@SeanCassiere Only now I had a change to test it. Updating to 1.33.6 fixed this issue. But also it broke throw redirect again. In my case it happens if I...

I have just updated to the latest version at it is fixed now. I didn't see in release notes what release could fix it, but it is ok now

same here. Does somebody have any workaround or way to resolve it? Web support is important for me