-
-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
Which project does this relate to?
Start
Describe the bug
When using TanStack Start cli, after going through all of the stages, running pnpm dev doesn't start because of an issue in tanchat.tsx
> startest@ dev C:\Users\lewis\startest
> vite dev --port 3000
VITE v7.1.12 ready in 3655 ms
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
➜ press h + enter to show help
(!) Failed to run dependency scan. Skipping dependency pre-bundling. Error: Failed to scan for dependencies from entries:
C:/Users/lewis/startest/node_modules/.pnpm/@tanstack+react-start@1.133_c30e968a020d65dab4ebdd75906f867f/node_modules/@tanstack/react-start/dist/plugin/default-entry/client.tsx
C:/Users/lewis/startest/src/router.tsx
✘ [ERROR] Expected ">" but found ","
src/routes/demo/tanchat.tsx:150:60:
150 │ ...placeholder="Type something clever (or don"t, we won"t judge)..."
│
Your Example Website or App
Steps to Reproduce the Bug or Issue
Currently on Windows 11 and Powershell.
- pnpm create @tanstack/start@latest
- What would you like to name your project? > startest
- Would you like to use Tailwind CSS? > Yes
- Select toolchain > Biome
- What add-ons would you like for your project? > Form, Shadcn, Store, Query
- Would you like any examples? > Tanstack Chat
- cd startest && pnpm dev
Expected behavior
Startup without error.
Screenshots or Videos
No response
Platform
- Router / Start Version: latest
- OS: Windows 11
- Browser: Chrome
- Browser Version:
- Bundler: vite
- Bundler Version: 7.1.7
Additional context
The fix is simple:
The placeholder in the textarea on line 150 in tanchat.tsx needs to replace the double quotes in the text and replace with a single quote.
placeholder="Type something clever (or don't, we won't judge)..."
Tried to look how this was being created but wasn't able to find it.
Metadata
Metadata
Assignees
Labels
No labels