Skip to content

feat!: Migrate to tanstack start - Stage 1 - #751

Closed
aXenDeveloper wants to merge 1 commit into
canaryfrom
tanstack-start/stage-1
Closed

feat!: Migrate to tanstack start - Stage 1#751
aXenDeveloper wants to merge 1 commit into
canaryfrom
tanstack-start/stage-1

Conversation

@aXenDeveloper

Copy link
Copy Markdown
Owner

Improving Documentation

Description

What?

Why?

@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vitnode-docs Ready Ready Preview Aug 20, 2026 4:54pm

@github-actions github-actions Bot added 💡 Feature A new feature 🚨 Breaking Changes Modification that will require you to update your application labels Aug 20, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7394ff3d1c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +102 to +105
"./framework/request": {
"import": "./dist/src/framework/request/index.js",
"types": "./dist/src/framework/request/index.d.ts",
"default": "./dist/src/framework/request/index.js"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Expose adapter setters without importing Next

When a TanStack or other non-Next host imports this public entry point to call setRequestAdapter, index.js eagerly imports the Next adapter, which loads server-only and next/* before the custom adapter can be installed; the adjacent cache entry point has the same problem. The framework-independent runtime.js files cannot be imported instead because they are not listed in exports, so Node rejects those subpaths. Export a framework-neutral registration entry point, or avoid eagerly installing the Next defaults from the only public modules.

Useful? React with 👍 / 👎.

@aXenDeveloper
aXenDeveloper deleted the tanstack-start/stage-1 branch August 20, 2026 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚨 Breaking Changes Modification that will require you to update your application 💡 Feature A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant