TanStackT
TanStack4w ago
1 reply
dead-brown

Type Safety

How important is this part? What does it do? I'm fairly new to ts, googled but still cant wrap my head around
// Register the router instance for type safety
declare module '@tanstack/react-router' {
  interface Register {
    router: typeof router
  }
}
Was this page helpful?