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
Describe your context
An easy way to replicate the code is using the provided example from Dash Plotly Website. I slightly modified to code by adding a no_update as a return value
gvwilson
changed the title
[BUG] no_update is not allowed as an output to set_progress for background progress
no_update is not allowed as an output to set_progress for background progress
Aug 13, 2024
Describe your context
An easy way to replicate the code is using the provided example from Dash Plotly Website. I slightly modified to code by adding a no_update as a return value
pip list | grep dash
belowif frontend related, tell us your Browser, Version and OS
Describe the bug
Returning
dash.no_update
as a value in set_progress is not allowed.Expected behavior
dash.no_update
should function as normally intended in callback functionsScreenshots
The text was updated successfully, but these errors were encountered: