We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since there is no enhancer argument passed to an enhancer, so this argument can be omitted.
enhancer
see: https://github.com/reactjs/redux/blob/master/src/applyMiddleware.js#L20
If this is ok, I'll send a pr later.
The text was updated successfully, but these errors were encountered:
Duplicate: #2128 (comment)
Sorry, something went wrong.
Refactors applyMiddleware to reduce confusion around createStore args. (
b30e6ae
#2201) Because #2200 #2131#2128 #2028...
ecda836
reduxjs#2201) Because reduxjs#2200 reduxjs#2131#2128 reduxjs#2028...
No branches or pull requests
Since there is no
enhancer
argument passed to an enhancer, so this argument can be omitted.see: https://github.com/reactjs/redux/blob/master/src/applyMiddleware.js#L20
If this is ok, I'll send a pr later.
The text was updated successfully, but these errors were encountered: