-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Closed
Copy link
Labels
🐞 bugSomething isn't workingSomething isn't workingscope: vaporrelated to vapor moderelated to vapor mode
Description
Vue version
3.6.0-beta.6
Link to minimal reproduction
Steps to reproduce
Click the button twice
What is expected?
Display in red font
What is actually happening?
Display default color
System Info
System:
OS: Windows 11 10.0.26100
CPU: (16) x64 Intel(R) Core(TM) Ultra 7 255H
Memory: 15.06 GB / 31.43 GB
Binaries:
Node: 22.18.0 - D:\Document\nodejs\node.EXE
npm: 10.9.3 - D:\Document\nodejs\npm.CMD
pnpm: 10.28.2 - D:\Document\nodejs\pnpm.CMD
Browsers:
Chrome: 144.0.7559.133
Edge: Chromium (140.0.3485.54)Any additional comments?
It seems that there are issues with the following two areas
core/packages/runtime-vapor/src/components/Teleport.ts
Lines 126 to 128 in 3badf50
if (this.parentComponent && this.parentComponent.ut) { this.registerUpdateCssVars(nodes) }
core/packages/runtime-vapor/src/components/Teleport.ts
Lines 411 to 412 in 3badf50
function updateCssVars(frag: TeleportFragment) { const ctx = frag.parentComponent as GenericComponentInstance
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't workingscope: vaporrelated to vapor moderelated to vapor mode