We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<List data={[...new Array(100).fill(undefined).map((item, index) => ({ id: index }))]} height={200} itemHeight={30} itemKey='id' > {(item) => <div>{item.id}</div>} </List>
The text was updated successfully, but these errors were encountered:
调试一下是ResizeObserver获取的高度不正确,但是不知道为什么
Sorry, something went wrong.
好像是因为有动画效果 导致Component的高度不停的变化,但是ResizeObserver监听不到,只获取到了动画开始的值就没更新了
No branches or pull requests
The text was updated successfully, but these errors were encountered: