templates icon indicating copy to clipboard operation
templates copied to clipboard

Type error when generating project with TanStack Router

Open kfrancois opened this issue 3 months ago • 0 comments

Steps to reproduce

  1. Run pnpm create solid@latest
  2. 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
  1. Run pnpm install

Expected behavior

Project gets scaffolded without any type errors

Actual behavior

In app.config.ts, we see two issues

  1. 'TanStackRouterVite' is deprecated
  2. Type 'Plugin$1<any> | Plugin$1<any>[]' is not assignable to type 'PluginOption'.

kfrancois avatar Nov 02 '25 20:11 kfrancois