redux-injectors
redux-injectors copied to clipboard
Not able to get the store value
I am trying to get the initial state values from the Store directly using
const store = createStore(reducer, composeEnhancers( ... )); store.getState()
I am getting undefined
Hey @Aravindraj92 - I'm not quite sure I understand the question. Can you elaborate further please?
Also if you can include a sample of what your reducer looks like, that would be helpful
Closing due to no response