MultiplexerTransform from DashProxy is not working from Dash==2.7 version

MultiplexerTransform from DashProxy is not working from Dash==2.7 version, As I upgraded the Dash package.

from dash_extensions.enrich import MultiplexerTransform, DashProxy

The callbacks are not getting called.
I don’t see any API (_dash-update-component).

@Emil
Looking for a prompt response.

@Sandeep I can confirm that the dash==2.7.0 release is not compatible with dash-extensions==0.1.6, i.e. for now I would recommend to stick to dash==2.6.2.

EDIT: I have implemented a possible fix and published a pre-release including it, dash-extensions==0.1.7rc1. Please let me know, if it solves your issues

2 Likes

@Emil,
Thanks again for the prompt new pre-release.

Thank you. It worked!!

When we can expect the minor release with dash-extensions==0.1.7

The minor release dash-extensions==0.1.7 should be available on pypi now :slight_smile:

1 Like