calesce / redux-slider-monitor

A custom monitor for Redux DevTools to replay recorded Redux actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property 'state' of undefined

zdychacek opened this issue · comments

Hi,

when there's no state sequence recorded yet and I click play button I get en error:

Cannot read property 'state' of undefined

This error is also in your example: https://calesce.github.io/redux-slider-monitor/

O.

Fixed by e661169. Working on fixing the example now. Thanks!