We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe your context Please provide us your environment, so we can easily reproduce the issue.
pip list | grep dash
dash 2.12.0 dash-bootstrap-components 1.4.2 dash-bootstrap-templates 1.0.8 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0
if frontend related, tell us your Browser, Version and OS
Describe the bug
Server fails to setup when using background callbacks without cancel argument. This condition is not triggered, causing a KeyError here.
Expected behavior
Server setups properly. Adding None as default to the offending pop seemed to fix the issue in my quick test.
The text was updated successfully, but these errors were encountered:
Merge pull request #2625 from plotly/fix/#2624
7dd07d5
Fix background callbacks missing cancel error.
Successfully merging a pull request may close this issue.
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
pip list | grep dash
belowif frontend related, tell us your Browser, Version and OS
Describe the bug
Server fails to setup when using background callbacks without cancel argument.
This condition is not triggered, causing a KeyError here.
Expected behavior
Server setups properly. Adding None as default to the offending pop seemed to fix the issue in my quick test.
The text was updated successfully, but these errors were encountered: