ngrx / store-devtools

Developer Tools for @ngrx/store
MIT License
326 stars 38 forks source link

Time travel doesn't work again :( #62

Open stalek71 opened 7 years ago

stalek71 commented 7 years ago

It looks when I press Jump button in DevTools to set some specific state it doesn't trigger any event on client side. I subscribed to all the elems on whole state path and it didn't fire any event for subscriptions. When I call normal dispatch operations on store it calls my subscriptions/callbacks for elements on whole path (for subscription of element on level 1/root elem and for level 2 and 3 also).

Devtools are in version 2.15.1, ngrx/store-devtools are in version 3.2.4, ngrx/store is in version 2.2.2, angular is in version 2.4.5

talamaska commented 7 years ago

I have the same issue but I'm with angular@4.1.3

ghost commented 7 years ago

I have the same issue but with angular@4.0.0

sagrath23 commented 7 years ago

I have the same problem with Angular@4.3.1 and ngrx/store-devtools@3.2.4