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
The error handler itself barfs because it's not expecting a multi-output spec:
File "/Users/alex/plotly/dash/dash/dash.py", line 854, in _raise_invalid
property=output.component_property,
AttributeError: 'list' object has no attribute 'component_property'
The text was updated successfully, but these errors were encountered:
make some non-JSON-serializable (but still wrapped in a list) return to a multi-output callback:
The error handler itself barfs because it's not expecting a multi-output spec:
The text was updated successfully, but these errors were encountered: