-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix: remove test type #5358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove test type #5358
Conversation
View your CI Pipeline Execution ↗ for commit a4cd7bf
☁️ Nx Cloud last updated this comment at |
WalkthroughRemoves example “start” and server entry points, middleware, serialization, SSR nonce usage, and related type augmentations from the React Start basic example. Updates route registration types to import from @tanstack/react-start. Deletes a sample Foo class. Adjusts Vite plugin config. Drops a test property from RouteServerOptions. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Browser
participant Router
participant Server
participant Start as React Start
rect rgba(230,240,255,0.6)
note over Router,Start: Previous flow (with start instance, SSR nonce, server entry)
Browser->>Server: HTTP request
Server->>Start: handler.fetch(request, { context, nonce })
Start->>Router: createRouter({ ssr: { nonce }, middlewares })
Router-->>Browser: HTML/JS (nonce applied)
end
rect rgba(240,255,230,0.6)
note over Browser,Router: New flow (simplified, no custom start/server, no nonce)
Browser->>Router: App bootstrap
Router-->>Browser: HTML/JS (no SSR nonce, no custom middlewares)
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (9)
💤 Files with no reviewable changes (8)
🧰 Additional context used📓 Path-based instructions (2)**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
examples/{react,solid}/**📄 CodeRabbit inference engine (AGENTS.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (2)
Comment |
More templates
@tanstack/arktype-adapter
@tanstack/directive-functions-plugin
@tanstack/eslint-plugin-router
@tanstack/history
@tanstack/nitro-v2-vite-plugin
@tanstack/react-router
@tanstack/react-router-devtools
@tanstack/react-router-ssr-query
@tanstack/react-start
@tanstack/react-start-client
@tanstack/react-start-server
@tanstack/router-cli
@tanstack/router-core
@tanstack/router-devtools
@tanstack/router-devtools-core
@tanstack/router-generator
@tanstack/router-plugin
@tanstack/router-ssr-query-core
@tanstack/router-utils
@tanstack/router-vite-plugin
@tanstack/server-functions-plugin
@tanstack/solid-router
@tanstack/solid-router-devtools
@tanstack/solid-start
@tanstack/solid-start-client
@tanstack/solid-start-server
@tanstack/start-client-core
@tanstack/start-plugin-core
@tanstack/start-server-core
@tanstack/start-static-server-functions
@tanstack/start-storage-context
@tanstack/valibot-adapter
@tanstack/virtual-file-routes
@tanstack/zod-adapter
commit: |
Summary by CodeRabbit