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

nested combine reducers #3057

Closed
zpi12lmm opened this issue Jul 10, 2018 · 2 comments
Closed

nested combine reducers #3057

zpi12lmm opened this issue Jul 10, 2018 · 2 comments

Comments

@zpi12lmm
Copy link

Hi guys.
I use nested combine reducers, as suggested in this issue.
Here is my piece of code:
export default combineReducers({ app: combineReducers({ //... }), });
This option is working, but the following warning is displayed in the browser console:

Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.

If there is another syntax for using this option, tell me how to do it correctly? Or if this is an anticipated warning, can it remove its display from the console, since this option is allowed, and it is working?

@timdorr
Copy link
Member

timdorr commented Jul 10, 2018

This is a bug tracker, not a support system. For usage questions, please use Stack Overflow or Reactiflux where there are a lot more people ready to help you out. Thanks!

@timdorr timdorr closed this as completed Jul 10, 2018
@zpi12lmm
Copy link
Author

@timdorr I write, so that this warning/error is removed.

@reduxjs reduxjs deleted a comment from justinlazaro-ubidy Jan 29, 2019
@reduxjs reduxjs locked as resolved and limited conversation to collaborators Jan 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants