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
I hurried to install 0.38.0 to get my hands on this new callback context functionality
I set up the example provided in that PR but I'm still getting AttributeError: module 'dash' has no attribute 'callback'.
AttributeError: module 'dash' has no attribute 'callback'
I made sure I was running 0.38.0 and that I was trying to access dash.callback inside the callback.
Am I doing anything wrong?
The text was updated successfully, but these errors were encountered:
oops, we changed it to dash.callback_context but the changelog still shows dash.callback. Thanks for pointing this out!
dash.callback_context
dash.callback
Sorry, something went wrong.
I can confirm dash.callback_context works. Thanks to you for the quick response!
No branches or pull requests
I hurried to install 0.38.0 to get my hands on this new callback context functionality
I set up the example provided in that PR but I'm still getting
AttributeError: module 'dash' has no attribute 'callback'
.I made sure I was running 0.38.0 and that I was trying to access dash.callback inside the callback.
Am I doing anything wrong?
The text was updated successfully, but these errors were encountered: