inakianduaga / redux-state-history

Redux store enhancers for tracking and visualizing state changes
http://inakianduaga.github.io/redux-state-history-example/
MIT License
93 stars 7 forks source link

Fix action being null on the uploadHistory reducer #10

Closed inakianduaga closed 8 years ago

inakianduaga commented 8 years ago

Our reducer-reducer method must have a bug because uploadHistory is receiving a null action

inakianduaga commented 8 years ago

Update: not a bug but a stupid implementation ommision on the example package