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

redux-sagas not working

Open chrisbull opened this issue 7 years ago • 0 comments

remote-redux-devtools not working had to use redux-devtools-extension instead.

I'm using redux, redux-persist, redux-saga, and ApolloClient (GraphQL)

my code:

  import { composeWithDevTools } from 'remote-redux-devtools'
  ...
  const store = createAppropriateStore(
    rootReducer,
    composeWithDevTools(...enhancers),
  )

chrisbull avatar Oct 17 '17 21:10 chrisbull