dillon1000/react
Commit
Browse files 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
Changed paths4 files
First-parent comparisonsrc/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 ModifiedPatch
Files changed
Rendering syntax-highlighted changes…