Replies: 1 comment
-
|
Yes, we need it. There is not possible to use redux devtools at this moment, when Ionic app is inspected in Chrome devtools. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In React redux, we have something like
import { createStore } from 'redux'; import devToolsEnhancer from 'remote-redux-devtools'; const store = createStore(reducer, devToolsEnhancer());how can we add third party devtool reducers in elf, use case: testing a ionic app in iOS, and safari don't have react dev tools extensions
Beta Was this translation helpful? Give feedback.
All reactions