Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(runtime-core): expose pauseTracking and resetTracking #13072

Open
wants to merge 2 commits into
base: vapor
Choose a base branch
from

Conversation

zhiyuanzmj
Copy link
Member

@zhiyuanzmj zhiyuanzmj commented Mar 19, 2025

REPL

For above example. when the Arr DOM update and insert dom at the same time, will be cause error by can't find DOM.
We need prevent the Arr DOM update until the insert operation end. so can we expose pauseTracking and resetTracking?

image

Copy link

netlify bot commented Mar 19, 2025

Deploy Preview for vapor-repl ready!

Name Link
🔨 Latest commit 361c7d4
🔍 Latest deploy log https://app.netlify.com/sites/vapor-repl/deploys/67dac3312236c00008697684
😎 Deploy Preview https://deploy-preview-13072--vapor-repl.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

pkg-pr-new bot commented Mar 19, 2025

Open in Stackblitz

@vue/compiler-core

npm i https://pkg.pr.new/@vue/compiler-core@13072

@vue/compiler-dom

npm i https://pkg.pr.new/@vue/compiler-dom@13072

@vue/compiler-ssr

npm i https://pkg.pr.new/@vue/compiler-ssr@13072

@vue/compiler-vapor

npm i https://pkg.pr.new/@vue/compiler-vapor@13072

@vue/compiler-sfc

npm i https://pkg.pr.new/@vue/compiler-sfc@13072

@vue/reactivity

npm i https://pkg.pr.new/@vue/reactivity@13072

@vue/runtime-core

npm i https://pkg.pr.new/@vue/runtime-core@13072

@vue/runtime-dom

npm i https://pkg.pr.new/@vue/runtime-dom@13072

@vue/runtime-vapor

npm i https://pkg.pr.new/@vue/runtime-vapor@13072

@vue/server-renderer

npm i https://pkg.pr.new/@vue/server-renderer@13072

@vue/shared

npm i https://pkg.pr.new/@vue/shared@13072

vue

npm i https://pkg.pr.new/vue@13072

@vue/compat

npm i https://pkg.pr.new/@vue/compat@13072

commit: 361c7d4

@zhiyuanzmj zhiyuanzmj changed the title feat(runtime-core): expose pauseTracking and enableTracking feat(runtime-core): expose pauseTracking and resetTracking Mar 19, 2025
@edison1105 edison1105 added ready to merge The PR is ready to be merged. scope: vapor related to vapor mode labels Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge The PR is ready to be merged. scope: vapor related to vapor mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants