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
When updating two different components via set_props, in a background callback with running, only the last output is updated. No console errors encountered.
Further testing:
If I remove the background, and running, then both outputs are updated as expected.
The issue persists if I replace running with cancel.
If I swap the order of the set_props lines, the other component updates instead.
gvwilson
changed the title
[BUG] set_props only updating last output in background callbacks
set_props only updating last output in background callbacks
Dec 12, 2024
Describe your context
Mac OS, occurring in Safari & Chrome
Describe the bug
When updating two different components via set_props, in a background callback with running, only the last output is updated. No console errors encountered.
Further testing:
See reproducible example below:
Expected behavior
All outputs should update, not just the last one.
The text was updated successfully, but these errors were encountered: