aurelia-redux-plugin icon indicating copy to clipboard operation
aurelia-redux-plugin copied to clipboard

Skip change detection if Redux DevTools are connected

Open jmezach opened this issue 7 years ago • 0 comments

As described in #11 the change detection mechanism that's currently in place causes the view not to update when the DevTools are being used. This PR suppresses the change detection mechanism when the devTools connect, and restores it when the devTools disconnect again. A similar mechanism exists in ng2-redux as can be seen here

jmezach avatar Aug 10 '17 17:08 jmezach