Describe the bug
import marimo as mo
query_params = mo.query_params()
query_params
The above 3 lines of code no longer show query params when you set them locally in 0.14 and it used to work in 0.13.15 and all versions before
Will you submit a PR?
Environment
0.14
Code to reproduce
import marimo as mo
query_params = mo.query_params()
query_params