store-devtools icon indicating copy to clipboard operation
store-devtools copied to clipboard

Developer Tools for @ngrx/store

Results 25 store-devtools issues
Sort by recently updated
recently updated
newest added

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...

Although #45 was closed by the author after finding a band-aid solution (maxAge: 2), according to this https://github.com/zalmoxisus/redux-devtools-extension/issues/314, there can be changes made to this package to further optimize the...

Hello, used the new Map in ngrx and try to debug it in the devtools for Chrome (58.0.3029.110) on macOS 10.12.5, but it shows as an empty entity. However test...

Please provide me with instructions on how to pass the `{serialize: true}` parameter to allow ES6 Sets to be seen in store-devtools https://github.com/zalmoxisus/redux-devtools-extension/issues/378 The following won't even compile due to...

Could we have a `clear console` functionality please, so useful for debugging. Unless it's somehow hidden.

Why is there no release build files included in the published npm package for @ngrx/store-devtools? Typically a package published to npm should include these files (alongside the original sourcecode) so...

Hi, I'm using this project with [chrome dev tools](https://github.com/zalmoxisus/redux-devtools-extension) and I'm loving it so thanks for your hard work. However, I'm missing a feature where you can replace a current...

help wanted

Trying to use the devtools I get this Chrome console error: ``` onError: TypeError: toISOString is not a function at String.toJSON () at Object. (http://localhost:3000/polyfills.dll.js:505:15) at derez (:2:5166) at derez...

Hi, I'm developing an Ionic app where the page navigation is handled by dedicated effects. Unfortunately, the Redux Chrome slider is not working properly because for a given action the...

Is there any way to pass [options/arguments](https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/API/Arguments.md) to the [redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension)? It seems that maxAge gets carried along, but it would be nice to be able to specify the other options...