TanStackT
TanStack16mo ago
1 reply
worthy-azure

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
Was this page helpful?