remote-redux-devtools icon indicating copy to clipboard operation
remote-redux-devtools copied to clipboard

SocketProtocolError Client connection establishment timed out code: 4007

Open ghasemikasra39 opened this issue 5 years ago • 1 comments

react-native: 0.59.8 OS: Ubuntu 18.04.2 LTS

const composeEnhancers = composeWithDevTools({actionCreators, trace: true, traceLimit: 25});

export const ConfigureStore = () => {
    return createStore(
        combineReducers({
            posts: postsReducer,
            users: usersReducer
        }),
        composeEnhancers(applyMiddleware(thunk, log, api))
    );
};

Suddenly stopped working. And I get this error:

image

ghasemikasra39 avatar May 29 '19 19:05 ghasemikasra39

I got the same error with react native 0.62.0.

Maddumage avatar Jun 02 '20 09:06 Maddumage