The debounce parameter of the st_autorefresh does not take effect

In the process of using st_autorefresh to refresh auto-refresh, for example, if I set it to refresh every 10 seconds, it will not recount the new 10 seconds after the user clicks the interaction button. When the user interacts near the refresh, the notifications generated by the st.success, st.error, and st.toast components are immediately refreshed, which interferes with the interaction effect of the script. I see that the st_autorefresh parameter debounce is related to this feature and defaults to True, but there is no way to avoid this interference whether I pass in this parameter or not. I would appreciate it if someone could help me with this!!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.