Replace fetch with trpc useQuery
I tried to just replace everything in the load function with
to my surprise this didn't work the objects look the same in console when i did console.log()
I do get a red line tho in
const list
3 Replies
useAsyncList is from nextui
useAsyncList
Documentation for useAsyncList in the React Stately package.
for anyone wondering this is what i did to solve this
works amazing