Skip to content

fix(transition): skip enter guard while hmr updating#14611

Draft
edison1105 wants to merge 1 commit intomainfrom
edison/fix/14608
Draft

fix(transition): skip enter guard while hmr updating#14611
edison1105 wants to merge 1 commit intomainfrom
edison/fix/14608

Conversation

@edison1105
Copy link
Member

@edison1105 edison1105 commented Mar 21, 2026

close #14608

@coderabbitai
Copy link

coderabbitai bot commented Mar 21, 2026

Important

Review skipped

Draft detected.

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.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1aee6d92-bd0e-4e19-b464-3d69823c2a1c

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
  • Commit unit tests in branch edison/fix/14608

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

@github-actions
Copy link

github-actions bot commented Mar 21, 2026

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 105 kB 39.7 kB 35.7 kB
vue.global.prod.js 163 kB 59.7 kB 53.1 kB

Usages

Name Size Gzip Brotli
createApp (CAPI only) 48.2 kB 18.7 kB 17.2 kB
createApp 56.3 kB 21.8 kB 19.9 kB
createSSRApp 60.6 kB 23.5 kB 21.5 kB
defineCustomElement 62.5 kB 23.7 kB 21.6 kB
overall 70.7 kB 27.1 kB 24.7 kB

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 21, 2026

Open in StackBlitz

@vue/compiler-core

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

@vue/compiler-dom

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

@vue/compiler-sfc

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

@vue/compiler-ssr

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

@vue/reactivity

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

@vue/runtime-core

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

@vue/runtime-dom

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

@vue/server-renderer

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

@vue/shared

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

vue

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

@vue/compat

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

commit: 285f274

@edison1105 edison1105 changed the title fix(transition): prevent enter hook from firing during HMR updates fix(transition): skip enter guard while hmr updating Mar 21, 2026
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.

When using the Transition and KeepAlive components together, modifying the component code can cause display issues.

1 participant