-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dcc.Graph Invalid argument id
passed into Div with ID
#838
Comments
Hi @akheng - this one slipped through the cracks, apologies, hopefully you already resolved it! You need the This is an easy mistake to make, and unfortunately we haven't figured out an easy way to identify it in the error messages - particularly since a single element is valid for the |
html.Div(
) @app.callback(Output('select-data', 'figure'), [Input('chart-dropdown', 'value')])
this also shows the same error |
…iptic-6.5.3 Bump elliptic from 6.5.1 to 6.5.3
…6.5.3 Bump elliptic from 6.5.1 to 6.5.3
Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
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
When embedding "dcc.Graph" component under 2 level of html.Div component, encountering following error,
You may try to run the following program by comment and uncomment out the html.Div indicated.
Expected behavior
A clear and concise description of what you expected to happen.
With or without the additional html.Div, the apps should run.
Screenshots
If applicable, add screenshots or screen recording to help explain your problem.
The text was updated successfully, but these errors were encountered: