T
TanStack12mo ago
national-gold

What is the type of the parameter passed to the load function in createFileRoute?

export const Route = createFileRoute("/_home/payout-orders")({ component: React.memo(PayoutOrders), loader: async (param: T????) => { } } I may be looking in the wrong place but cant find this documented anywhere
1 Reply
extended-salmon
extended-salmon12mo ago
@jimmyt you can see the loader parameters documentation here

Did you find this page helpful?