dillon1000/react
Commit
Browse files Ensure attribute values are strings
`jsdom` behavers differently than browsers here and we should ensure that we are consistent. Browsers should be (and are) converting to a string first, while `jsdom` doesn't.
Changed paths2 files
First-parent comparisonsrc/dom/DOMPropertyOperations.js ModifiedM src/dom/__tests__/DOMPropertyOperations-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…