react icon indicating copy to clipboard operation
react copied to clipboard

[DevTools Bug]: Standalone DevTools disconnects when selecting a component with large state

Open drewhoener opened this issue 1 month ago • 0 comments

Website or app

https://github.com/drewhoener/react-standalone-devtools-disconnect-repro

Repro steps

When using standalone devtools and attempting to inspect a component with large props or memoized data, the devtools disconnects.

I assume this is because there's just too much to send over the socket?

This works fine with the devtools extension in chrome and firefox, but fails with standalone.

Follow the instructions in the readme of the linked repro repository, just running and attempting to inspect the element with standalone devtools causes the disconnect

How often does this bug happen?

Every time

DevTools package (automated)

No response

DevTools version (automated)

No response

Error message (automated)

No response

Error call stack (automated)


Error component stack (automated)


GitHub query string (automated)


drewhoener avatar Nov 25 '25 19:11 drewhoener