Skip to content

fix(devtools-utils for vue): use empty component for NoOp instead of fragment - #324

Closed
birkskyum wants to merge 6 commits into
TanStack:mainfrom
birkskyum:fix-devtools-utils-vue
Closed

fix(devtools-utils for vue): use empty component for NoOp instead of fragment#324
birkskyum wants to merge 6 commits into
TanStack:mainfrom
birkskyum:fix-devtools-utils-vue

Conversation

@birkskyum

@birkskyumbirkskyum commented Jan 16, 2026

Copy link
Copy Markdown
Member

This fixes type incompatibility with the ai devtools, so that we can write

exportconst[aiDevtoolsPlugin,aiDevtoolsNoOpPlugin]=createVuePlugin<AiDevtoolsVueInit>('TanStack AI',AiDevtoolsPanel)

instead of having to cast to any

exportconst[aiDevtoolsPlugin,aiDevtoolsNoOpPlugin]=createVuePlugin<AiDevtoolsVueInit>('TanStack AI',AiDevtoolsPanelasany)

Here
https://github.com/TanStack/ai/pull/143/changes#diff-1468bfe0cd22f849008461018122c041042c00467d5dc1a15d382cdb08f4ef4dR6

@changeset-bot

changeset-botBot commented Jan 16, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: b6d3960

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
NameType
@tanstack/devtools-utilsPatch

Not sure what this means? Click here to learn what changesets are.

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

@nx-cloud

nx-cloudBot commented Jan 16, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit b6d3960

CommandStatusDurationResult
nx affected --targets=test:format,test:eslint,t...✅ Succeeded16sView ↗
nx run-many --targets=build --exclude=examples/**✅ Succeeded9sView ↗

☁️ Nx Cloud last updated this comment at 2026-01-16 20:20:19 UTC

@pkg-pr-new

pkg-pr-newBot commented Jan 16, 2026

Copy link
Copy Markdown
More templates

@tanstack/devtools

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools@324

@tanstack/devtools-client

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-client@324

@tanstack/devtools-ui

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-ui@324

@tanstack/devtools-utils

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-utils@324

@tanstack/devtools-vite

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-vite@324

@tanstack/devtools-event-bus

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-event-bus@324

@tanstack/devtools-event-client

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-event-client@324

@tanstack/preact-devtools

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/preact-devtools@324

@tanstack/react-devtools

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/react-devtools@324

@tanstack/solid-devtools

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/solid-devtools@324

@tanstack/vue-devtools

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/vue-devtools@324

commit: b6d3960

Sign up for freeto 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.

1 participant

@birkskyum