-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugsomething brokensomething broken
Description
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
Metadata
Metadata
Assignees
Labels
bugsomething brokensomething broken