dillon1000/react

Commit

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.
Browse files
Changed paths2 files
First-parent comparison
M src/dom/DOMPropertyOperations.js ModifiedM src/dom/__tests__/DOMPropertyOperations-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…