Skip to content

fix: skip version check when showDevConsole is false#3827

Merged
AlemTuzlak merged 1 commit into
mainfrom
fix/issue-2751
Apr 16, 2026
Merged

fix: skip version check when showDevConsole is false#3827
AlemTuzlak merged 1 commit into
mainfrom
fix/issue-2751

Conversation

@jpr5

@jpr5 jpr5 commented Apr 12, 2026

Copy link
Copy Markdown
Contributor

Summary

  • checkForUpdates() in dev console is now gated on showDevConsole, preventing unnecessary network requests when the console is disabled

Closes #2751

Test plan

  • @copilotkit/react-core tests pass

🤖 Generated with Claude Code

checkForUpdates() fired unconditionally on mount, making a network
request even when the dev console was disabled. Now the useEffect
short-circuits when showDevConsole is false.
@changeset-bot

changeset-bot Bot commented Apr 12, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f07501b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Apr 12, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
chat-with-your-data Ready Ready Preview, Comment Apr 12, 2026 10:08pm
docs Ready Ready Preview, Comment Apr 12, 2026 10:08pm
form-filling Ready Ready Preview, Comment Apr 12, 2026 10:08pm
research-canvas Ready Ready Preview, Comment Apr 12, 2026 10:08pm
travel Ready Ready Preview, Comment Apr 12, 2026 10:08pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

📣 Social Copy Generator

Generate social media copies (Twitter/X, LinkedIn, Blog Post) for this PR using Claude.

  • Generate social media copies

@pkg-pr-new

pkg-pr-new Bot commented Apr 12, 2026

Copy link
Copy Markdown

Open in StackBlitz

@copilotkit/a2ui-renderer

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkit/a2ui-renderer@3827

@copilotkitnext/angular

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkitnext/angular@3827

copilotkit

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/copilotkit@3827

@copilotkit/core

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkit/core@3827

@copilotkit/react-core

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkit/react-core@3827

@copilotkit/react-textarea

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkit/react-textarea@3827

@copilotkit/react-ui

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkit/react-ui@3827

@copilotkit/runtime

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkit/runtime@3827

@copilotkit/runtime-client-gql

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkit/runtime-client-gql@3827

@copilotkit/sdk-js

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkit/sdk-js@3827

@copilotkit/shared

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkit/shared@3827

@copilotkit/sqlite-runner

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkit/sqlite-runner@3827

@copilotkit/voice

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkit/voice@3827

@copilotkit/web-inspector

pnpm add https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkit/web-inspector@3827

commit: f07501b

@AlemTuzlak AlemTuzlak merged commit 057f159 into main Apr 16, 2026
35 checks passed
@AlemTuzlak AlemTuzlak deleted the fix/issue-2751 branch April 16, 2026 10:00
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.

🐛 Bug: Check for updates is happening when i do not want it to

2 participants