dillon1000/react
Commit
Browse files Rename lower case variables in JSX to upper case
We're trying to move to a convention where lower-case variables on JSX are always HTML/SVG tags rather than variables in scope. See: http://fb.me/react-jsx-lower-case Therefore, this diff renames existing uses to upper case variables. This throws an error on all these files, so I manually go rename all the variables. I then run lint to ensure that the rename doesn't leave any undeclared variables.
Changed paths1 file
First-parent comparisonsrc/core/__tests__/ReactCompositeComponent-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…