gajus / redux-immutable

redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
Other
1.88k stars 82 forks source link

Think I am seeing this too on IE11. This error #79

Closed carvinlo closed 3 years ago

carvinlo commented 3 years ago

When I use the combineReducers function in redux-immutable, I get an error in ie11

TypeError: inputState.withMutations is not a function

Originally posted by @binarykitchen in https://github.com/gajus/redux-immutable/issues/75#issuecomment-547662269

carvinlo commented 3 years ago

I found out the problem. After upgrading the immutable library, the objects wrapped by fromJS do not inherit the Map class.