dillon1000/react
Commit
Browse files Use this.getDOMNode() instead of last argument of componentDidUpdate
Context is adding another argument that shifts all of them by one. Since we can already use this.getDOMNode(), it doesn't really make sense to pass it as an argument to that function.
Changed paths3 files
First-parent comparisonsrc/addons/transitions/ReactTransitionableChild.js ModifiedM src/dom/components/ReactDOMInput.js ModifiedM src/dom/components/ReactDOMTextarea.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…