redux-saga / redux-saga-beginner-tutorial

Redux/Redux-saga beginner tutorial
MIT License
587 stars 544 forks source link

Following tutorial gives 'counter' is undefined #2

Closed iryan2 closed 8 years ago

iryan2 commented 8 years ago

At http://yelouafi.github.io/redux-saga/docs/introduction/BeginnerTutorial.html#making-asynchronous-calls the following line: <div>Counter : {counter}</div>

should be: <div>Counter : {value}</div>