I have one RGL component in my application. It is rendered correctly but when I add some content in Grid item then the content overflows the grid item. It is not pushing the Grid item to increase the height also I tried after updating h
component in layout but updated layout isn't respected too.
PS: This works me - I'd to update the key
prop every time the height was updated. In short I'd to force re-render the RGL component. And the easy way for me was simply update the
keys`.