react icon indicating copy to clipboard operation
react copied to clipboard

[DevTools Feature Request]: Full support for RSC server elements (component tree, props, inspect)

Open jimkyndemeyer opened this issue 1 year ago • 1 comments

Website or app

All Next.js 13/14 Apps

Repro steps

RSC elements created on the server and sent over the network are not supported by React DevTools. Both _debugOwner and _debugSource are null, which breaks the component tree, props view, and the inspect feature.

According to this thread, https://twitter.com/alvarlagerlof/status/1716927277295120429, it's been considered, but no concrete plans yet.

From the official server components RFC:

image

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)

No response

Error component stack (automated)

No response

GitHub query string (automated)

No response

jimkyndemeyer avatar Nov 29 '23 09:11 jimkyndemeyer