dillon1000/react

Commit

[attribute-behavior] Track differences between DOM and server renderer (#10575)

* Load ReactDOMServer into attribute table

* Highlight differences between DOM and server renderer

* Use SSR behavior when comparing behavior across renderers

* Use less severe color if SSR differences are only due to warnings

* Ensure result node's tagName matches what's expected

* Throw on unexpected HTMLUnknownElement
Browse files
Changed paths3 files
First-parent comparison
M fixtures/attribute-behavior/package.json ModifiedM fixtures/attribute-behavior/src/App.js ModifiedM fixtures/attribute-behavior/src/index.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…