jrieke / streamlit-analytics

👀 Track & visualize user interactions with your streamlit app
MIT License
267 stars 49 forks source link

Please replace st.experimental_get_query_params with st.query_params. #49

Open anukritj opened 2 months ago

anukritj commented 2 months ago

I get the below warning on streamlit after installing streamlet-analytics:

Please replace st.experimental_get_query_params with st.query_params.

st.experimental_get_query_params will be removed after 2024-04-11.

Refer to our [docs page](https://docs.streamlit.io/develop/api-reference/caching-and-state/st.query_params) for more information.
anukritj commented 2 months ago

Please help me get rid of this

Screenshot 2024-08-17 at 2 50 37 AM
444B commented 2 months ago

@anukritj use streamlit-analytics2 where this issue has been fixed

anukritj commented 2 months ago

Thanks @444B . This worked