Skip to content

import createRequestListener from @react-router/node#527

Closed
cm-ayf wants to merge 4 commits intomainfrom
cm-ayf-patch-1
Closed

import createRequestListener from @react-router/node#527
cm-ayf wants to merge 4 commits intomainfrom
cm-ayf-patch-1

Conversation

@cm-ayf
Copy link
Copy Markdown
Owner

@cm-ayf cm-ayf commented Feb 16, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 16, 2026 18:01
@vercel
Copy link
Copy Markdown

vercel bot commented Feb 16, 2026

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

Project Deployment Actions Updated (UTC)
comiacapay Ready Ready Preview, Comment Feb 16, 2026 6:06pm

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Vercel preview-server entrypoint plugin to source createRequestListener from the React Router Node package, aligning this plugin with the project’s React Router v7 dependency set.

Changes:

  • Switch createRequestListener import from @remix-run/node-fetch-server to @react-router/node.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

import path from "node:path";
import type { BuildManifest } from "@react-router/dev/config";
import { createRequestListener } from "@remix-run/node-fetch-server";
import { createRequestListener } from "@react-router/node";
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

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

This file no longer imports @remix-run/node-fetch-server, and a repo-wide search shows no remaining usages. Consider removing @remix-run/node-fetch-server from devDependencies (and updating the lockfile) to avoid carrying an unused dependency.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@cm-ayf cm-ayf closed this Feb 22, 2026
@cm-ayf cm-ayf deleted the cm-ayf-patch-1 branch February 22, 2026 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants