Hi, are there any caveats with using Inputs/Outputs/State from dash itself in some cases and dash_extensions.enrich in other cases int the same APP? This seems to work just fine, neglating the need to change all MATCH and ALLSMALLER pattern-matching callbacks into ALL callbacks (which is a caveat when using MultiplexerTransform).
I’m using app = DashProxy() and partly using dash Outputs and partly using dash-extensions Outputs
Maybe @Emil can say something in this regard?