-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Open
Labels
🍰 p2-nice-to-havePriority 2: this is not breaking anything but nice to have it addressed.Priority 2: this is not breaking anything but nice to have it addressed.
Description
Vue version
3.2.41
Link to minimal reproduction
https://stackblitz.com/edit/js-bhm79m?file=index.js
Steps to reproduce
Run an example, observe console.logs
What is expected?
testRef.value
should not be null and should point to component inside#app2
What is actually happening?
testRef.value
is pointing to component inside #app1
(first mount point)
or (if you had HMR) it will be null 💣
System Info
No response
Any additional comments?
if we add errorHandler to app1
via app1.config.errorHandler
- error goes away
Metadata
Metadata
Assignees
Labels
🍰 p2-nice-to-havePriority 2: this is not breaking anything but nice to have it addressed.Priority 2: this is not breaking anything but nice to have it addressed.