dillon1000/react
Commit
Browse files 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.
Changed paths2 files
First-parent comparisonsrc/renderers/dom/server/ReactMarkupChecksum.js ModifiedM src/renderers/dom/server/__tests__/ReactServerRendering-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…