search params appear in `_strictSearch` but not in `search`
Im encountering a problem where my search params show up in the URL as expected, but wont be available using
Using the devtools i can see that they appear in the parent routes search, but only appear in the
Route.useSearch().Using the devtools i can see that they appear in the parent routes search, but only appear in the
/page route under _strictSearch. Anyone knows how this could happen?