Describe the bug
- Query params from URL are not read by Mesop in Web Sockets mode
- Also updates to query params in Mesop do not reflect the URL
- Using me.navigate does update the query params though.
To Reproduce
Play around with the query params demo: /workspaces/mesop/mesop/examples/query_params.py
Expected behavior
- Query params should be read from URL and reflect in me.query_params
- Query params should be updated in the URL when updated in me.query_params