Mark Erikson

Results 1264 comments of Mark Erikson

Unfortunately I don't know anything else about the actual RDT internals here, and especially about the "remote" functionality.

@Stranget0 I'm not sure what you're asking there. Could you try to post as much of your relevant code as possible so I can try to understand what you're doing?

What is your `DevTools.instrument()` enhancer, exactly? Where is that coming from originally (like, is it being imported from one of the Redux DevTools packages)? FWIW, looking at the source, I'm...

Is there a reason _why_ you can't use `composeWithDevTools`? Or at least copy-paste the implementation? The sanitization logic is built into that already.

I'll be honest, it's really hard to answer your questions without seeing the _actual_ code that you've put together. I realize that you've probably got a much larger application, but...

@Stranget0 : thank you, that made it _much_ easier for me to investigate. So there's two bugs in your example: First, the `createDevTools` function specifically wants one React element, and...

This is a standard JS ecosystem idiom for "only do this in development mode builds", yes: - https://overreacted.io/how-does-the-development-mode-work/

I'm not the primary Redux DevTools maintainer, but I've been doing a lot of work around upgrading packaging and formats for the Redux libraries, so this relates to what I'm...

Okay, finally had time to look at this. Seems reasonable, thanks!