dillon1000/react

Commit

[DevTools] Measure text nodes (#34851)

We can't measure Text nodes directly but we can measure a Range around
them.

This is useful since it's common, at least in examples, to use text
nodes as children of a Suspense boundary. Especially fallbacks.
Browse files
Changed paths2 files
First-parent comparison
M packages/react-devtools-shared/src/backend/fiber/renderer.js ModifiedM packages/react-devtools-shared/src/backend/views/Highlighter/Overlay.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…