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
Traceback (most recent call last):
File "f.py", line 40, in <module>
[Input('series-dropdown', 'options')])
File "/Users/alex/plotly/dash/dash/dash.py", line 1156, in callback
self._validate_callback(output, inputs, state)
File "/Users/alex/plotly/dash/dash/dash.py", line 865, in _validate_callback
list(layout.keys()) + (
AttributeError: 'Div' object has no attribute 'keys'
The text was updated successfully, but these errors were encountered:
From https://community.plot.ly/t/multiple-callback-error/24981
Probably came from removing the
MutableMapping
mixin #753This app has bad IDs in the second callback:
But the error is broken:
The text was updated successfully, but these errors were encountered: