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
Marc-Andre-Rivet
changed the title
[BUG] Regression on output=Output(...) callback
[BUG] Regression on callbacks using name argument output=Output(...)Aug 14, 2020
Caused by #1180
Example DCC failing test: https://github.com/plotly/dash-core-components/blob/dev/tests/test_integration_1.py#L391
Removing (output=) makes it work:
The problematic line seems to be https://github.com/plotly/dash/blob/dev/dash/dependencies.py#L163
Updating to 👇 makes the test pass:
Expected result:
@alexcjohnson
The text was updated successfully, but these errors were encountered: