jonahlibrach

Results 7 issues of jonahlibrach

I expect to be able to select different instantiations of actions, but I no longer can. This bug which seems to have randomly appeared makes devtools useless if I have...

I'm getting some ![image](https://user-images.githubusercontent.com/9609550/150665529-4fbab168-d392-44ab-9f25-56e8903e4bcf.png) How do I resolve these issues when building the app with webpack? Is it a simple modification to the `dev.config.babel.js`? Albeit unsuccessfully, I tried to follow...

question
awaiting-author-response

I use redux-devtools to run all my tests and many times there are special actions that I'd like to color green or red so I can visualize/find them more easily....

feature

Devtools log does not show the last action dispatched if it caused an error, can we - [ ] Display this action (so we can see what was dispatched) -...

feature

It would be incredibly useful if we could spawn a debugger session like `chrome://inspect` from a specific point in the timeline to figure out why we're getting unexpected state changes....

feature

If using the mongomock client as a global object, is there any other way to free up the memory consumed other than calling `drop_database`? Looking in the source, `MongoClient.close()` does...

The ability to right click on a state property to find which events led to its change (throughout history) would save lots of time.