bananaoomarang / isomorphic-redux

Isomorphic Redux demo, with routing and async actions
https://medium.com/@bananaoomarang/handcrafting-an-isomorphic-redux-application-with-love-40ada4468af4
MIT License
455 stars 87 forks source link

Fix "get(id).text" #18

Closed Dattaya closed 9 years ago

Dattaya commented 9 years ago

this.props.todos.get(id) returns a value - a string or null/undefined there is no text property.