#It seems like the type inference of the useSearch hook is weird after the 1.121.0 update.
4 messages · Page 1 of 1 (latest)
- Even if I ignore the type and run it, no runtime error occurs.
- It seems to only happen in
_pathlessLayoutrouting.
I'm having issues with path parameter typing on _pathlessLayout routes after updating as well. They're not including parent route path parameters anymore. I wonder if it's related.
It seems like it may have just been fixed: https://github.com/TanStack/router/pull/4389