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
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, butdash.testingcontains 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_rqsbut there may be more. For that one though, we should support both the before and after versions of commit 58eaa96