useResizeEffect
This hook allows you to check if the widget has resized. You can update the widget if necessary (if has resized)
Installation
Examples
let hasResized = useResizeEffect(props.instanceId);
Last updated
This hook allows you to check if the widget has resized. You can update the widget if necessary (if has resized)
let hasResized = useResizeEffect(props.instanceId);
Last updated