open-source-labs/Reactime

Not able to switch back to previous state after persisting

Raunak-Agrawal opened this issue · 4 comments

When i do persist my current snapshot of the state, and when i do refresh, the snapshot shows in the reacttime panel, but I am not able to Jump to that particular state in time. I can only see my previous states but can't jump back to them.

Hi Raunak,

What type of state managment are You using for your application?

Hi Kevin,

I am using React hooks to manage my manage my state.

Thanks – I'll take a look at our dispatch function for hooks.

Hi Raunak,
Reactime was recently updated, now it's running only in dev mode and it's compatible with Hooks.