hornta

Results 37 comments of hornta

Added new playground link with an example of code that should be reported. Maybe a new rule `lint/style/noUnnecessaryNonNullAssertion` or something?

> Thanks for the report, could you please post your `tsconfig.json` as well? I've updated the issue with references to our tsconfig files.

@thecrypticace Have you had a chance to glance at this?

This is my output: ``` [9:41:19 PM] [VSCODE] File changed: src\routes.db.test.ts [INFO 9:41:19 PM] [Worker] Collecting tests due to file changes: src/routes.db.test.t [9:41:19 PM] Not starting the runner because tests...

> > This is my output > > Your output just confirms that your tests are reruning Yes but I never observed the test run. No test results were shown...

> My instructions weren't being followed either. For Visual Studio Code, I changed the format to markdown (not JSON), and it started to work. > > My instructions: > >...

I have this problem with the normal `Link` component imported from `import { Link } from "@tanstack/react-router";`. I don't think this problem is specific to only custom links.