-
Notifications
You must be signed in to change notification settings - Fork 24
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
nextRootReducer is undefined #100
Comments
You're getting Here's where I got that from: |
luandro, I just saw this issue when I was converting hapi-universal-redux to use TypeScript... are you sure you've named the variable correctly here:
TypeScript flagged nextRootReducer - when I looked at your stackoverflow reference the code shown was: So it looks to me as if you've named it wrong? This is why I like TypeScript- it catches this type of thing while you're editing. :-) |
Updated according to the answer in Stackoverflow, but the functionality didn't change at all... Is there a bug somewhere? |
What is
nextRootReducer
supposed to be here?https://github.com/luandro/hapi-universal-redux/blob/master/src/store.js#L17
The text was updated successfully, but these errors were encountered: