tshaddix / webext-redux

A set of utilities for building Redux applications in Web Extensions.
MIT License
1.22k stars 180 forks source link

How do you inspect Proxy store? #246

Open VijiGeo opened 4 years ago

VijiGeo commented 4 years ago

Right now I'm simply using console.log to inspect the proxy store. Is there a better way to do this, aka with Redux DevTools?

SeanZom commented 4 years ago

I integrated Redux DevTools into the project, but it doesn't work so far. Alternatively, I'm using redux-logger, it works fine.

walleXD commented 4 years ago

you can use redux-remote-devtools