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
I find that sometimes I get the Duplicate callback outputs error with MultiplexerTransform enabled.
Did some digging, but not sure what's happening. I'll try to do some more digging when I catch the time.
Here is what I know:
I'm using clientside callbacks a lot, and I have seen this only for a few clientside callbacks
Debugging inside the MultiplexerTransform.apply, the "problematic" callbacks are in fact found and the allow_duplicate flag is set as you would expect.
Yet still, I get the Duplicate callback outputs in the UI
Adding allow_duplicate=True on the callbacks resolves the issue.
This only happens for some callbacks, other duplicate-output callbacks (clientside and serverside alike) work just fine, i.e. no need to set the flag.
The text was updated successfully, but these errors were encountered:
I find that sometimes I get the
Duplicate callback outputs
error with MultiplexerTransform enabled.Did some digging, but not sure what's happening. I'll try to do some more digging when I catch the time.
Here is what I know:
MultiplexerTransform.apply
, the "problematic" callbacks are in fact found and theallow_duplicate
flag is set as you would expect.Duplicate callback outputs
in the UIallow_duplicate=True
on the callbacks resolves the issue.The text was updated successfully, but these errors were encountered: