-
Notifications
You must be signed in to change notification settings - Fork 336
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- The query params are read on load by the app
- The query params on initial load are correct
- Later there is a me.navigate that updates the query params
- The URL updates correctly here
- Then later the web socket disconnects and connects again. The query params are read on load, but the updated query params are not used. instead the initial query params are still being read.
Seems like this could be an issue with web sockets since I think maybe the updated query param state is not being passed back to the server. Normally this would be passed by SSE mode. But haven't looked too closely at the issue.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working