ngrx / store-devtools

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

Can't export state using redux devtools chrome extension #40

Closed JohnKis closed 7 years ago

JohnKis commented 7 years ago

Hi there,

I found that when I click on export in the chrome extension, nothing happens. First I thought it's an issue with Chrome or the extension, but it's working fine for non ngrx based redux apps.

To replicate the issue

Expected behaviour

I'd expect clicking the export button to download the exported state. Just like it does doing so on http://zalmoxisus.github.io/examples/counter/

Chrome version: 55.0.2883.75 (64-bit) (Mac) Redux DevTools extension version: 2.11.0.4 Node version: v6.3.0 nom version: 3.10.3

zalmoxisus commented 7 years ago

Fixed in 2.11.1 version of the extension. Please update it from Chrome Store.

JohnKis commented 7 years ago

Wow, that was ultra-fast :) Thank you very much!