-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
Maxiumum call stack happens on HMR with :ref="setElement"
and editing that component
#6930
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: hmr
Comments
7 tasks
zhangzhonghe
added a commit
to zhangzhonghe/core
that referenced
this issue
Oct 24, 2022
zhangzhonghe
added a commit
to zhangzhonghe/core
that referenced
this issue
Oct 25, 2022
zhangzhonghe
added a commit
to zhangzhonghe/core
that referenced
this issue
Oct 25, 2022
zhangzhonghe
added a commit
to zhangzhonghe/core
that referenced
this issue
Dec 3, 2022
zhangzhonghe
added a commit
to zhangzhonghe/core
that referenced
this issue
Feb 4, 2023
zhangzhonghe
added a commit
to zhangzhonghe/core
that referenced
this issue
Apr 24, 2023
yyx990803
pushed a commit
that referenced
this issue
May 31, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: hmr
Vue version
3.2.41
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-qrfyaa?file=src%2FApp.vue,src%2FFoo.vue
Steps to reproduce
const count = ref(5);
inFoo.vue
toconst count = ref(56);
This does not happen if
<Foo ref="component" />
is used instead of<Foo :ref="changeRef" />
inApp.vue
.What is expected?
No warning happens.
What is actually happening?
The following error happens.
System Info
No response
Any additional comments?
Original issue: vitejs/vite#9713
The text was updated successfully, but these errors were encountered: