Empowerful
Empowerful
Strong agreement—it's impossible for me to use the tool to debug an instance when it keeps switching automatically to a different one.
No way to stop it yet but there are [workarounds](https://github.com/zalmoxisus/redux-devtools-extension/issues/610#issuecomment-466745587).
I'm seeing the same behavior. I have two React applications, one running in the iframe of another, and the instances keep switching automatically on every new action even when I...
Thank you for sharing your workarounds; I really appreciate it.
I've figured this out. Here's a small reproducible case: ```JavaScript const { OrderedMap } = require('extendable-immutable') class Collection extends OrderedMap {} const magic = new Collection() magic.filter(x => true) ```...