Setting the width and height prevents resize observer calls. And `itemSize` is not updated. ``` style={`width: ${containerWidth ? `${containerWidth}px` : '100%'}; height: ${containerHeight ? `${containerHeight}px` : '100%'};`} ```