Ian Duke

Results 2 comments of Ian Duke

@davestephens This solved part of my problem! You rock! Elsewhere in our views, we weren't declaring rating_for but instead passing it in as a data attribute: `` After moving the...

Make sure the first argument you pass on Line 1 of reducer_active_book.js contains `state = null`. Like so: ``` export default function(state = null, action) { switch(action.type) { case 'BOOK_SELECTED':...