Skip to content

Grid Container resize observer doesnt work #51

Closed
@cuire

Description

@cuire

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%'};`}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions