444B / streamlit-analytics2

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

Fix usage of deprecated experimental_get_query_params #15

Closed 444B closed 4 months ago

444B commented 4 months ago

Original issue by mt-krainski on 2024-01-12 11:33:27+00:00

With streamlit 1.30.0 st.experimental_get_query_params now throws a deprecation warning.

https://docs.streamlit.io/library/api-reference/utilities/st.experimental_get_query_params

444B commented 4 months ago

Comment by 444B on 2024-01-27 15:17:36+00:00

@mt-krainski This will be fixed in https://github.com/jrieke/streamlit-analytics/pull/44 once merged

444B commented 4 months ago

Comment by 444B on 2024-03-02 09:58:20+00:00

@mt-krainski and to whom it may be relevant This has been fixed in the latest release of https://github.com/444B/streamlit-analytics2 This is a backwards compatible form of this project with very minimal changes needed (need to add a '2' in two locations in code)

444B commented 4 months ago

resolved in latest release of streamlit-analytics2