Skip to content

Commit

Permalink
Merge pull request #437 from hshoff/harry-fix-debounce
Browse files Browse the repository at this point in the history
[responsive] remove debounceTime from restProps. fixes #436
  • Loading branch information
hshoff authored Mar 15, 2019
2 parents 20f25c9 + 27d92b2 commit 6b01b54
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 6b01b54

Please sign in to comment.