Solutionunvalidated

Now, I want to make the Next button its own component and pass the Infinite Query variables to it as a prop — make the Next button its own component. Tension: Typescript automatically assumes the types of the Infinite Query variables like `data`, `error`, etc. using the types provided by the library.

94323e11-5554-4d56-9330-755a978a6d9f

Now, I want to make the Next button its own component and pass the Infinite Query variables to it as a prop — make the Next button its own component. Tension: Typescript automatically assumes the types of the Infinite Query variables like data, error, etc. using the types provided by the library.