We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f93d2 commit edab4e0Copy full SHA for edab4e0
src/index.js
@@ -67,9 +67,8 @@ class ReactSimpleExpand extends Component {
67
this.content = element
68
}
69
70
- getRootProps = ({ref, onTransitionEnd, ...props} = {}) =>
+ getRootProps = ({ref, ...props} = {}) =>
71
createGetter(props, {
72
- onTransitionEnd: composeFunctions(onTransitionEnd, this.onTransitionEnd),
73
ref: composeFunctions(ref, this.rootRef),
74
style: {
75
overflow: 'hidden',
0 commit comments