jrieke / streamlit-analytics

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

Fix usage of deprecated experimental_get_query_params #39

Open mt-krainski opened 8 months ago

mt-krainski commented 8 months ago

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 7 months ago

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

444B commented 6 months ago

@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)