Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] dash.testing doesn't work with older versions of dash #1230

Closed
alexcjohnson opened this issue May 5, 2020 · 1 comment
Closed

[BUG] dash.testing doesn't work with older versions of dash #1230

alexcjohnson opened this issue May 5, 2020 · 1 comment
Labels
bug something broken

Comments

@alexcjohnson
Copy link
Collaborator

In Dash v1.11 - specifically #1103 - we changed the structure of the redux store used by dash-renderer. This wasn't a breaking change as far as most users are concerned, but dash.testing contains some deeper hooks into this store, and it would be nice to keep these working against older versions of dash, so that you can test an already-deployed app and not worry about the version you're using to test it.

The specific bit that came up in our own work is redux_state_rqs but there may be more. For that one though, we should support both the before and after versions of commit 58eaa96

@alexcjohnson alexcjohnson added the bug something broken label May 5, 2020
@gvwilson
Copy link
Contributor

Hi - we are tidying up stale issues and PRs in Plotly's public repositories so that we can focus on things that are most important to our community. If this issue is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. (Please note that we will give priority to reports that include a short reproducible example.) If you'd like to submit a PR, we'd be happy to prioritize a review, and if it's a request for tech support, please post in our community forum. Thank you - @gvwilson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

2 participants