gajus / redux-immutable-examples

A complete application showing use of redux-immutable.
102 stars 19 forks source link

Example is outdated and crashes with redux-immutable 3.0.8 #3

Open IlyaSemenov opened 8 years ago

IlyaSemenov commented 8 years ago

The example uses redux-immutable 1.3.2.

With the latest redux-immutable 3.0.8, it crashes with Uncaught TypeError: reducer is not a function(…) at combineReducers.js line 37.

IlyaSemenov commented 8 years ago

I see you dropped parsing of canonical reducer composition pattern in 2.0. Did it go to a separate library?