-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed as not planned
Description
Which project does this relate to?
Start
Describe the bug
When starting a new project via the start-basic-react-query example, the resulting web page appears to be missing all tailwind css styling.
Your Example Website or App
https://github.com/dsmiller95/LifeWorkflows/tree/a28d7bef5fb3fd97abbcb8cfe4e799eb0ae04ba3
Steps to Reproduce the Bug or Issue
npx gitpick TanStack/router/tree/main/examples/react/start-basic-react-query start-basic-react-query
cd start-basic-react-query
npm install
npm run devExpected behavior
I expected the web app to be styled beyond regular HTML.
Actual behavior appears unstyled, or, missing styles.
Screenshots or Videos
Platform
- Router / Start Version: 1.133.27
- OS: Windows
- Browser: Chrome, Firefox
- Browser Version: 141.0.7390.123 , 144.0
- Bundler: vite
- Bundler Version: 7.1.12
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-router": "^1.133.27",
"@tanstack/react-router-devtools": "^1.133.27",
"@tanstack/react-router-ssr-query": "^1.133.27",
"@tanstack/react-start": "^1.133.27",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@types/node": "^22.5.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"postcss": "^8.5.1",
"tailwindcss": "^4.1.15",
"typescript": "^5.7.2",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^5.1.4"
}Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels