dillon1000/react

Commit

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.
Browse files
Changed paths3 files
First-parent comparison
M src/addons/transitions/ReactTransitionableChild.js ModifiedM src/dom/components/ReactDOMInput.js ModifiedM src/dom/components/ReactDOMTextarea.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…