Skip to content

Commit

Permalink
[responsive] remove debounceTime from restProps
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Mar 15, 2019
1 parent 20f25c9 commit 27d92b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vx-responsive/src/components/ParentSize.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default class ParentSize extends React.Component {
}

render() {
const { className, children, ...restProps } = this.props;
const { className, children, debounceTime, ...restProps } = this.props;
return (
<div
style={{ width: '100%', height: '100%' }}
Expand Down

0 comments on commit 27d92b2

Please sign in to comment.