Skip to content

Commit

Permalink
Merge pull request #763 from robinsoncol/patch-1
Browse files Browse the repository at this point in the history
[responsive] exclude enableDebounceLeadingCall from restProps
  • Loading branch information
hshoff committed Jul 16, 2020
2 parents 7b8370d + 519d503 commit 756743b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vx-responsive/src/components/ParentSize.tsx
Expand Up @@ -80,7 +80,7 @@ export default class ParentSize extends React.Component<
};

render() {
const { className, children, debounceTime, parentSizeStyles, ...restProps } = this.props;
const { className, children, debounceTime, parentSizeStyles, enableDebounceLeadingCall, ...restProps } = this.props;
return (
<div style={parentSizeStyles} ref={this.setTarget} className={className} {...restProps}>
{children({
Expand Down

0 comments on commit 756743b

Please sign in to comment.