redux-paginator icon indicating copy to clipboard operation
redux-paginator copied to clipboard

Missing fat arrow symbol in todos function expression in readme file

Open Emnalyeriar opened this issue 7 years ago • 1 comments

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

Emnalyeriar avatar Aug 02 '16 13:08 Emnalyeriar

Thanks for pointing me this out ! Will be fixed in 1.0.3

PCreations avatar Aug 02 '16 17:08 PCreations