Is library supposed to work with Immutable js types?
As I see in ReduxInfiniteScroll.jsx file, proptype checking for Immutable types is commented. While _totalItemsSize functions still checks for size of immutable types, which in my case caused some problems, when using library with native Javascript arrays.
Is library supposed to work with Immutable js types?
As I see in ReduxInfiniteScroll.jsx file, proptype checking for Immutable types is commented. While
_totalItemsSize
functions still checks for size of immutable types, which in my case caused some problems, when using library with native Javascript arrays.