Closed dave closed 4 years ago
TodoAction should extend BaseAction instead of ReduxAction<AppState> or AddTodoAction won't have access to todos.
TodoAction
BaseAction
ReduxAction<AppState>
AddTodoAction
todos
I think! (My first week of learning Dart so forgive me if I missed something!).
TodoAction
should extendBaseAction
instead ofReduxAction<AppState>
orAddTodoAction
won't have access totodos
.I think! (My first week of learning Dart so forgive me if I missed something!).