alexeieleusis / greencat

A port of Redux(https://github.com/reactjs/redux) to Dart, including Redux Thunk(https://github.com/gaearon/redux-thunk) and a simple Logger.
Apache License 2.0
48 stars 4 forks source link

Unable to set property of state to null in example #18

Closed theobouwman closed 7 years ago

theobouwman commented 7 years ago

It is impossible to set a property to null with the current example. https://github.com/alexeieleusis/greencat/blob/master/testing/todo_list/lib/src/todo_state.dart#L39 When you set filter to null it will take the object's filter property.