You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
array can view in but cant read in console. i also import promise in index.js like this but still not work
import promise from 'redux-promise';
const createStoreWithMiddleware = applyMiddleware(promise)(createStore);
The text was updated successfully, but these errors were encountered:
Hello @shinichi14, are you trying to print the array to the console? Don't seem to understand the question here but the line of code you posted above seems right, except the fact that your variable name promisemight be a reserved word, not sure about that though but ReduxPromise explains the import better
array can view in but cant read in console. i also import promise in index.js like this but still not work
import promise from 'redux-promise';
const createStoreWithMiddleware = applyMiddleware(promise)(createStore);
The text was updated successfully, but these errors were encountered: