We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce1064 commit e203945Copy full SHA for e203945
mesop/features/query_params.py
@@ -35,4 +35,4 @@ def __setitem__(self, key: str, value: str | Sequence[str]) -> None:
35
self._get_context().set_query_param(key=key, value=value)
36
37
38
-query_params = QueryParams(runtime().context)
+query_params = QueryParams(lambda: runtime().context())
0 commit comments