Josip Papež
Josip Papež
> This is `@tanstack/react-start-client`. See my comment here [#4380 (comment)](https://github.com/TanStack/router/issues/4380#issuecomment-2963391902) I'm not really sure how your comment about pinning the version of packages helps. I'm just following the migration guide...
Yep, that was my first though when i saw this. Unfortunately, it did nothing
@my163cih I'll definitely try this one out later but still, it seems like a bug to me
@my163cih Thanks for the suggestion! I tried it out now and it fixed my issue and the app works fine for me now. Don't know what caused the bug but...
@schiller-manuel not for now unfortunately. I can try reproducing it by the end of the week but in my case, project started working after moving a provider that contains useRouterState...
@schiller-manuel sure. I'll copy the code here. ```tsx import { getDefaultOptions, setDefaultOptions } from 'date-fns'; import { I18nextProvider } from 'react-i18next'; import { useAtomValue } from 'jotai'; import { NuqsAdapter...