Which component is affected?
Qwik Runtime
Describe the bug
See the e2e integration tests in #7731
Those fail because the qwik env is missing on navigation, which means the context didn't get serialized.
When changing e2e/adapters-e2e/src/root.tsx to not use useDocumentHead(), things work.
Reproduction
see pr
Steps to reproduce
Now change root.tsx to remove the head uses and repeat => works, so useLocation() is not the problem.
System Info
Additional Information
No response