Type checking with tanstack router
I've been developing a project with tanstack router, deno, and hono. It's working fine; my IDE is happy, the app runs, and I can run
deno lint
and deno format
without issues. However, when I run deno check
, I always get errors like this:
I'm hoping someone might be able to clue me in to why deno's type checker wouldn't be aware of the tanstack router types. The tanstack router model is declared in the generated route tree, along with in my app's entry point:
Thanks for any insight here! I'm really stumped.3 Replies
GitHub
denoland/deno
A modern runtime for JavaScript and TypeScript. Contribute to denoland/deno development by creating an account on GitHub.
Yes! I'll make a repro and throw it up. This is driving me nuts 😃
Is there a specific, preferred way to make repros? I could make a new repository, but perhaps there's a playground or sandboxing system running live that maintainers prefer?
A GitHub repository is fine as a reproduction