Hello, I’m using the React Virtualized Grid component to implement the function of synchronously scrolling both horizontally and vertically. However, when scrolling in the content area, there is always a jittering problem. But when rendering this code directly on a web page, this issue does not occur. How should I fix this?
Here is a example.