Skip to content

Broken tailwind styling in example: start-basic-react-query #5611

@dsmiller95

Description

@dsmiller95

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 dev

open http://localhost:3000/

Expected behavior

I expected the web app to be styled beyond regular HTML.

Actual behavior appears unstyled, or, missing styles.

Screenshots or Videos

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions