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
Since update_mode is listed is deprecated, I would expect to be able to specify update settings using only update_on. However, if I'm trying to specify a more selective set of update conditions in update_on, that list is extended by a set of update conditions from the default update_mode which I didn't specify:
Since update_mode is listed is deprecated, I would expect to be able to specify update settings using only update_on. However, if I'm trying to specify a more selective set of update conditions in update_on, that list is extended by a set of update conditions from the default update_mode which I didn't specify:
streamlit-aggrid/st_aggrid/__init__.py
Line 302 in 1b31edc
Changing the default update_mode to NO_UPDATE and putting the full list in a default update_on would fix this.
The text was updated successfully, but these errors were encountered: