StephenGrider / ReduxSimpleStarter

Starter pack for an awesome Udemy course
MIT License
3.56k stars 4.63k forks source link

Section 4 - Lecture 49 #224

Open david6076 opened 6 years ago

david6076 commented 6 years ago

reducer_active_book.js does not compile due to this error: ERROR in ./src/reducers/reducer_active_book.js Module build failed: SyntaxError: E:/Udemy-React/ReduxSection4StarterKit/ReduxSimpleStarter/src/reducers/reducer_active_book.js: Unexpected token (3:16)

1 | // State arg is not application state, only the state 2 | // this reducer is responsible for

3 | export function (state = nul, action) { | ^ 4 | switch(action.state) { 5 | case 'BOOK_SELECTED': 6 | return action.payload;

@ ./src/reducers/index.js 13:27-59 webpack: Failed to compile.

What is the name of this function supposed to be? Cant progress any further in this lecture.

lumie31 commented 6 years ago

Hi there @ipmipest I see some spelling errors in the above code