Reactjs – Typing React Infinite Query Data When Passed as Props
I'm using React Query infinite queries to load a list of entries with a "next" button trigger (this is abbreviated code from the docs but it's the same idea): import { useInfiniteQuery } from '@tanstack/react-query' function Projects() { const {…