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

Possible regression with custom reducers #3490

Closed
chrissnyder opened this issue Oct 7, 2017 · 3 comments
Closed

Possible regression with custom reducers #3490

chrissnyder opened this issue Oct 7, 2017 · 3 comments
Labels

Comments

@chrissnyder
Copy link

chrissnyder commented Oct 7, 2017

Are you submitting a bug report or a feature request?

Bug

What is the current behavior?

I think there was a regression in the latest release. Prior to 7.1.0, custom reducers defined by reducer.plugin would receive app actions. In 7.1.0, they only receive redux-form actions.

What is the expected behavior?

That custom reducers provided through reducer.plugin receive app actions, like AUTH_LOGIN_FAIL in the example on https://redux-form.com/7.1.0/docs/api/reducerplugin.md/

Sandbox Link

What's your environment?

redux-form 7.1.0

Other information

Many thanks for the library. Always a pleasure to work with.

@erikras erikras added the bug label Oct 9, 2017
@erikras
Copy link
Member

erikras commented Oct 9, 2017

Excellently described. Thanks!

@erikras
Copy link
Member

erikras commented Oct 10, 2017

Published fix in v7.1.1.

@lock
Copy link

lock bot commented Oct 10, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants