Duplicated fetching with React Query + React Table + Virtual and MUI Table
Hi everyone,
I am trying to create a virtual table with query + table + virtual.
I am using the following versions:
"@tanstack/react-virtual": "3.0.2",
"react-table": "7.7.6",
"react-query": "3.23.2",
"react": "17.0.2"
However I get duplicated fetch requests in the useEffect.
I have attached an image with the console log and the code that I am trying to debug. What could be the reason for having duplicated requests on scroll ?
Thank you
I am trying to create a virtual table with query + table + virtual.
I am using the following versions:
"@tanstack/react-virtual": "3.0.2",
"react-table": "7.7.6",
"react-query": "3.23.2",
"react": "17.0.2"
However I get duplicated fetch requests in the useEffect.
I have attached an image with the console log and the code that I am trying to debug. What could be the reason for having duplicated requests on scroll ?
Thank you

