remote-redux-devtools
remote-redux-devtools copied to clipboard
Redux DevTools remotely.
I'm using the most basic setup to debug a web-based regular React app. ``` import { createStore, applyMiddleware } from 'redux'; import { composeWithDevTools } from 'remote-redux-devtools'; const store =...
`redux-devtools-instrument` updates `symbol-observable` https://github.com/reduxjs/redux-devtools/pull/660
Dependencies as follows.When debugger in browser, the result as follows. I don't know weather the react-native of 0.42.0 result in this problem. ``` "dependencies": { "antd-mobile": "^1.0.1", "react": "~15.4.0", "react-dom":...
react-native: 0.59.8 OS: Ubuntu 18.04.2 LTS ```javascript const composeEnhancers = composeWithDevTools({actionCreators, trace: true, traceLimit: 25}); export const ConfigureStore = () => { return createStore( combineReducers({ posts: postsReducer, users: usersReducer }),...
On storing a function, I can verify the store is fine by calling the function or inspecting store in console. However, according to devtools, the key doesn't even exist (presumably...
As. per title, ngrx 4 doesn't support Middleware any more. any work around to set up this tool with it? Thanks in advance
produce the error: https://github.com/ghasemikasra39/testDevTools ``` React Native Environment Info: System: OS: Linux 4.15 Ubuntu 18.04.3 LTS (Bionic Beaver) CPU: (8) x64 Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz Memory: 1.91 GB...