-
It seems to be mostly working out of the box, but I ran into one bug--the Enter key down handler pulls the highlighted item out of the list with square brackets:
`this.getFilteredItems()[this.state.hi…
-
Should we remove Immutable.JS in favour of either:
- vanilla JS
- an alternative library that's more compatible with RamdaJS etc. such as Seamless Immutable (https://github.com/rtfeldman/seamless-…
-
I imagine anyone using this library will already be installing immutable.js so maybe you should have it as peerDependency so the same install is used in this package.
-
Hi All,
I'm trying to follow the Redux example on this package and as I also have ImmutableJS installed it's not working (I get the error router is not a function).
Does anyone have an example o…
-
-
Just a simple question, for the web version we have to use react-redux-form/immutable, but for React Native we have to use react-redux-form/native, and this onedo not support Immutable.
How we can li…
-
Does this support immutableJS out of the box?
-
If all immutablejs types are extended from `Collection` can't we just patch it with fantasy-land methods?
-
Basically, I really liked the idea of this package, but I mainly use ImmutableJS which is makes this package useless for me.
I'm willing to submit a PR myself, if you'd like.
-
[Not everyone uses ImmutableJS](http://tech.noredink.com/post/107617838018/switching-from-immutablejs-to-seamless-immutable), and requiring it adds a 57KB minified chunk of code to the initial downloa…