This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Description
Whenever I'm using query$ in routeData and refresh the page, data is being streamed to client, but then client still sends the request without headers. So for example, if I'm checking cookies in the middleware, first request, will work just fine, server will have in the context's headers cookie, but whenever client sends another request after mounting, server doesn't see any cookies.