You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a problem with frequent updates. Streamlit reloads a whole page and resets its state. You can see it also in your demonstration, just move a slider continuously for several seconds. I found out that the problem isn't connected with streamlit-observable and it also exists in the latest version of Streamlit.
I suggest adding an option for debouncing frequent updates. I'll return with pull request soon.
The text was updated successfully, but these errors were encountered:
Hi, @asg017. Your package is amazing!
I noticed a problem with frequent updates. Streamlit reloads a whole page and resets its state. You can see it also in your demonstration, just move a slider continuously for several seconds. I found out that the problem isn't connected with
streamlit-observable
and it also exists in the latest version of Streamlit.I suggest adding an option for debouncing frequent updates. I'll return with pull request soon.
The text was updated successfully, but these errors were encountered: