history implementation

What's the reason that the implementation of history.ts sets the href to be ${pathname}${hash}${search} rather than ${pathname}${search}${hash}?

https://github.com/TanStack/router/blob/beta/packages/router/src/history.ts#L157
Was this page helpful?