v.2.1.0
Add resizableElementId
prop: (string) Id of the element we want to observe. If no one provided, parentElement of the component will be used.
In some situations, complex layouts, the resizer cannot be set as child of the desired element to be watched for resize. This new property allow coder to hard-code a element id instead of use the immediate parentElement of the component.
Thanks @MoleDJ