dillon1000/react

Commit

Fix ReactMarkupChecksum.addChecksumToMarkup() adds checksum to comments

`ReactMarkupChecksum.addChecksumToMarkup()` should not add checksum to
comment markup, which is generated from components returns null. This
fixes #6209.
Browse files
Changed paths2 files
First-parent comparison
M src/renderers/dom/server/ReactMarkupChecksum.js ModifiedM src/renderers/dom/server/__tests__/ReactServerRendering-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…