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

Is this repo still maintained? #77

Closed binarykitchen closed 4 years ago

binarykitchen commented 4 years ago

immutable-js underwent many changes recently but not redux-immutable. Wondering if it's still maintained and compatible with latest immutable-js?

Cos I am seeing lots of errors when on IE11 ... for a starter this one

The initialState argument passed to createStore is of unexpected type. Expected argument to be an instance of Immutable.Collection or Immutable.Record with the following properties ...

Using the combineReducers fn from latest redux-immutable v4 here

gajus commented 4 years ago

It is your responsibility to meet the peerDependency requirements.

https://github.com/gajus/redux-immutable/blob/8593b891f955148be650292fadb65c90348ad4db/package.json#L21

It is maintained to an extent that PRs will be marked and released.

binarykitchen commented 4 years ago

Thanks for your quick response. Yeah I do meet the peerDependency requirement. Although the IE11 error still happens:

SCRIPT438: Object doesn't support property or method 'withMutations'