#context is not infered
6 messages · Page 1 of 1 (latest)
Yes, and I manually deleted the routetree.gen.ts which was regenerated after no success
Are you exporting the router module augmentation?
declare module '@tanstack/react-router' {
interface Register {
router: typeof router
}
}
yes :/
Hmmm, I'm not quite sure then. If anyone else looks at this they may appreciate a minimum reproducible example based off of the examples