Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused constant from props destructuring
onKeyboardFocus, onMouseLeave, onMouseEnter, onTouchStart are not used in the render method, but rather in the related callbacks where this.props.propname is referenced directly.
- Loading branch information