Steps to reproduce
- Run
pnpm create solid@latest
- Pass the following options
◇ What type of project would you like to create?
│ SolidStart
│
◇ Use Typescript?
│ Yes
│
◇ Which template would you like to use?
│ with-tanstack-router
- Run
pnpm install
Expected behavior
Project gets scaffolded without any type errors
Actual behavior
In app.config.ts, we see two issues
'TanStackRouterVite' is deprecated
Type 'Plugin$1<any> | Plugin$1<any>[]' is not assignable to type 'PluginOption'.