Greetings.
I'm seeing an error React does not recognize the 'enableDebounceLeadingCall' prop on a DOM element. when using ParentSize
I believe it is because enableDebounceLeadingCall is caught in ...restProps, which is then passed to the div.
const { className, children, debounceTime, parentSizeStyles, ...restProps } = this.props;
return (
<div style={parentSizeStyles} ref={this.setTarget} className={className} {...restProps}>
...
Fixed in https://github.com/hshoff/vx/issues/763 will be released in v0.0.199
Most helpful comment
Fixed in https://github.com/hshoff/vx/issues/763 will be released in
v0.0.199