redux-paginator
redux-paginator copied to clipboard
Missing fat arrow symbol in todos function expression in readme file
When defining todos function the fat arrow symbol =>
is missing:
Is: const todos = (todos = {}, action = {}) {
should be: const todos = (todos = {}, action = {}) => {
Line 58 and 137
Thanks for pointing me this out ! Will be fixed in 1.0.3