davidgonmar
davidgonmar
Explore posts from servers
TtRPC
Created by davidgonmar on 4/19/2023 in #❓-help
getInfiniteData returns undefined
I am using the t3-stack. Whenever I am calling getInfiniteData it returns undefined.
console.log(
trpc.events.getAll.getInfiniteData()
)
console.log(
trpc.events.getAll.getInfiniteData()
)
There is data, according to the React Query Devtools, so thats not the problem Would love some help:)
3 replies