Skip to content
New issue

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

Always undefined enhancer argument #2028

Closed
owanturist opened this issue Oct 11, 2016 · 1 comment
Closed

Always undefined enhancer argument #2028

owanturist opened this issue Oct 11, 2016 · 1 comment

Comments

@owanturist
Copy link

applyMiddleware Enhancer takes three arguments now.
But createStore pass two arguments to enhancer.

applyMiddleware should take only two arguments.

@timdorr
Copy link
Member

timdorr commented Oct 11, 2016

This is true if you use the more recent enhancer argument on createStore. For the previous API, this is still correct as-is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants