emilhe / dash-extensions

The dash-extensions package is a collection of utility functions, syntax extensions, and Dash components that aim to improve the Dash development experience
https://www.dash-extensions.com/
MIT License
409 stars 57 forks source link

MultiplexerTransform sometimes not enough #326

Open frnhr opened 2 months ago

frnhr commented 2 months ago

I find that sometimes I get the Duplicate callback outputs error with MultiplexerTransform enabled.

Duplicate_callback_outputs

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:

emilhe commented 2 months ago

Would you be able to provide a MWE that demonstrates the bug? 🙃