dillon1000/react

Commit

Add missing single-word attributes to property warning list (#10495)

* Add missing single-word attributes to property warning list

* Alphabetize svg and html configs in possible names

* Add basic test coverage for known single word attributes

* Add note about including whitelist properites in `possibleStandardNames

* Also add attribute sync comment to possibleStandardNames
Browse files
Changed paths4 files
First-parent comparison
M src/renderers/dom/shared/HTMLDOMPropertyConfig.js ModifiedM src/renderers/dom/shared/SVGDOMPropertyConfig.js ModifiedM src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js ModifiedM src/renderers/dom/shared/hooks/possibleStandardNames.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…