Skip to content

fix(runtime-vapor): guard attrs proxy traps for symbol keys#14447

Merged
edison1105 merged 2 commits intovuejs:minorfrom
jackma9604:fix/toDisplayString
Feb 12, 2026
Merged

fix(runtime-vapor): guard attrs proxy traps for symbol keys#14447
edison1105 merged 2 commits intovuejs:minorfrom
jackma9604:fix/toDisplayString

Conversation

@jackma9604
Copy link
Copy Markdown

Problem Description

The Vapor component cannot display the "attrs" attribute on the page

Version

v3.6.0-beta.5

Steps to reproduce

Click repl with this PR
Console print: key.charCodeAt is not a function

Link to minimal reproduction

Playground

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 12, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Feb 12, 2026

Open in StackBlitz

@vue/compiler-core

pnpm add https://pkg.pr.new/@vue/compiler-core@14447
npm i https://pkg.pr.new/@vue/compiler-core@14447
yarn add https://pkg.pr.new/@vue/compiler-core@14447.tgz

@vue/compiler-dom

pnpm add https://pkg.pr.new/@vue/compiler-dom@14447
npm i https://pkg.pr.new/@vue/compiler-dom@14447
yarn add https://pkg.pr.new/@vue/compiler-dom@14447.tgz

@vue/compiler-sfc

pnpm add https://pkg.pr.new/@vue/compiler-sfc@14447
npm i https://pkg.pr.new/@vue/compiler-sfc@14447
yarn add https://pkg.pr.new/@vue/compiler-sfc@14447.tgz

@vue/compiler-ssr

pnpm add https://pkg.pr.new/@vue/compiler-ssr@14447
npm i https://pkg.pr.new/@vue/compiler-ssr@14447
yarn add https://pkg.pr.new/@vue/compiler-ssr@14447.tgz

@vue/compiler-vapor

pnpm add https://pkg.pr.new/@vue/compiler-vapor@14447
npm i https://pkg.pr.new/@vue/compiler-vapor@14447
yarn add https://pkg.pr.new/@vue/compiler-vapor@14447.tgz

@vue/reactivity

pnpm add https://pkg.pr.new/@vue/reactivity@14447
npm i https://pkg.pr.new/@vue/reactivity@14447
yarn add https://pkg.pr.new/@vue/reactivity@14447.tgz

@vue/runtime-core

pnpm add https://pkg.pr.new/@vue/runtime-core@14447
npm i https://pkg.pr.new/@vue/runtime-core@14447
yarn add https://pkg.pr.new/@vue/runtime-core@14447.tgz

@vue/runtime-dom

pnpm add https://pkg.pr.new/@vue/runtime-dom@14447
npm i https://pkg.pr.new/@vue/runtime-dom@14447
yarn add https://pkg.pr.new/@vue/runtime-dom@14447.tgz

@vue/runtime-vapor

pnpm add https://pkg.pr.new/@vue/runtime-vapor@14447
npm i https://pkg.pr.new/@vue/runtime-vapor@14447
yarn add https://pkg.pr.new/@vue/runtime-vapor@14447.tgz

@vue/server-renderer

pnpm add https://pkg.pr.new/@vue/server-renderer@14447
npm i https://pkg.pr.new/@vue/server-renderer@14447
yarn add https://pkg.pr.new/@vue/server-renderer@14447.tgz

@vue/shared

pnpm add https://pkg.pr.new/@vue/shared@14447
npm i https://pkg.pr.new/@vue/shared@14447
yarn add https://pkg.pr.new/@vue/shared@14447.tgz

vue

pnpm add https://pkg.pr.new/vue@14447
npm i https://pkg.pr.new/vue@14447
yarn add https://pkg.pr.new/vue@14447.tgz

@vue/compat

pnpm add https://pkg.pr.new/@vue/compat@14447
npm i https://pkg.pr.new/@vue/compat@14447
yarn add https://pkg.pr.new/@vue/compat@14447.tgz

commit: 39e1ea3

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 12, 2026

Size Report

Bundles

File Size Gzip Brotli
compiler-dom.global.prod.js 86.4 kB 30.2 kB 26.6 kB
runtime-dom.global.prod.js 110 kB 41.6 kB 37.3 kB
vue.global.prod.js 169 kB 61.4 kB 54.8 kB

Usages

Name Size Gzip Brotli
createApp (CAPI only) 50.3 kB 19.7 kB 18 kB
createApp 59.3 kB 23 kB 20.9 kB
createApp + vaporInteropPlugin 82.3 kB (+20 B) 30.5 kB (-3 B) 27.6 kB (+20 B)
createVaporApp 28.6 kB (+10 B) 11.1 kB (-10 B) 10.2 kB (-4 B)
createSSRApp 63.5 kB 24.7 kB 22.4 kB
createVaporSSRApp 32 kB (+11 B) 12.4 kB (-4 B) 11.3 kB (+10 B)
defineCustomElement 65.3 kB 24.8 kB 22.5 kB
defineVaporCustomElement 38.9 kB (+11 B) 14.4 kB (+8 B) 13.2 kB (+1 B)
overall 74.1 kB 28.3 kB 25.7 kB

@edison1105 edison1105 changed the title fix(runtime-vapor): normal display attrs fix(runtime-vapor): guard attrs proxy traps for symbol keys Feb 12, 2026
@edison1105 edison1105 added the scope: vapor related to vapor mode label Feb 12, 2026
@edison1105 edison1105 merged commit 1219d7d into vuejs:minor Feb 12, 2026
20 of 21 checks passed
@jackma9604 jackma9604 deleted the fix/toDisplayString branch February 12, 2026 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope: vapor related to vapor mode

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants