Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glitching while using FixedSizeList, autosizer etc #697

Open
elhedgie opened this issue Jan 3, 2023 · 1 comment
Open

glitching while using FixedSizeList, autosizer etc #697

elhedgie opened this issue Jan 3, 2023 · 1 comment

Comments

@elhedgie
Copy link

elhedgie commented Jan 3, 2023

hey, i've got a problem on Safari (both mobile and desktop) - some weird glithing of the list which is not fixing by any css rules.
i've been searching for a solution for a few days and there was a case where guys forgot to use style prop. which is not my case. any thoughts? would be grateful

<AutoSizer className="virtualize-list">
     {({ height, width }) => (
      <FixedSizeList
        height={height}
        width={width}
        itemCount={children.length}
        itemSize={childrenHeight}
        itemData={children}
      >
        {({ data, index, style }) => <div style={style}>{data[index]}</div>}
      </FixedSizeList>
    )} 
  </AutoSizer>
@elhedgie
Copy link
Author

elhedgie commented Jan 3, 2023

Снимок экрана 2023-01-04 в 00 47 27

looks like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant