history implementation
What's the reason that the implementation of
https://github.com/TanStack/router/blob/beta/packages/router/src/history.ts#L157
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