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

Clicking on footer links do not create new state in TODO MVC Demo

petr001 opened this issue · comments

Hi,
when I click on filtering links, no new state is created, so you can't "time travel". Isn't it a buggy behaviour?

commented

In this particular version of the example filter is kept in the component state. This is why it's not in the history.

Yeah, that piece of state is not tracked by Redux, so DevTools can't know about it.