Concatting middleware causes reducer type error #4272
-
Beta Was this translation helpful? Give feedback.
Answered by
markerikson
Mar 13, 2024
Replies: 1 comment 2 replies
-
What happens if you comment out the middleware line? Conversely, what happens if you move the entire |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
chris-m92
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happens if you comment out the middleware line?
Conversely, what happens if you move the entire
undoable(otherReducers)
out to a separate variable, and then doreducer: {entities: theUndoableReducer}}
?