The slice reducer for key "books" returned undefined during initia Code Example
The slice reducer for key "books" returned undefined during initia
const initialState = {}; // remove this line cuz we don't need it
const store = createStore(bookReducer, applyMiddleware(...middleware)); //fixed like this