reactjs101 icon indicating copy to clipboard operation
reactjs101 copied to clipboard

ch10 createAction first parameter should apply const not string?

Open oahehc opened this issue 8 years ago • 0 comments

createAction('SET_RECIPE'); => createAction(SET_RECIPE);

oahehc avatar Mar 23 '18 01:03 oahehc