Closed favetelinguis closed 8 years ago
Works just fine, found the error that was unrelated to lib
Or no it does not, modelReducer is returning an object if it is given an immutable map as initialState, i see in the source code that there is support for immutable but in not sure how to use the immutable modelReducer? It is not exposed atm?
So this did the trick:
import {
modelReducer
} from 'react-redux-form/lib/immutable/index';
Im trying to get the examples working using a immutablejs store but having some problems. Are the examples the same with immutablejs or are there any extra steps needed?