Roman Usherenko
Roman Usherenko
I'm seeing this behavior with ReactRouter7 as well: ```js const TestComponent = () => { const location = useLocation() const [queryParam, setQueryParam] = useQueryState('param') console.log({ queryParam }) console.log({ location })...
I see... yeah, I've dug into the code a bit and now I can see it a bit more clearly...
I'll check if i indeed was not getting a warning about the same endpoint names
this works for me personally, and for my pet app, for example. However, I think I'll have to come up with some sort of a custom lint rule to make...