Skip to content

Commit

Permalink
[Slider] Don't pass component props down to root div (mui#12842)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes authored Sep 11, 2018
1 parent 2d6469a commit 413cf5a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/material-ui-lab/src/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,13 +377,17 @@ class Slider extends React.Component {
render() {
const { currentState } = this.state;
const {
component: Component,
classes,
className: classNameProp,
classes,
component: Component,
disabled,
max,
min,
onChange,
onDragEnd,
onDragStart,
reverse,
step,
theme,
value,
vertical,
Expand Down

0 comments on commit 413cf5a

Please sign in to comment.