-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: teleport
Description
Vue version
3.5.12
Link to minimal reproduction
Steps to reproduce
Click on the button to create an instance of the component and trigger the error.
What is expected?
The second Comp instance should be created without causing any errors, like the first one.
What is actually happening?
A 'component is null' TypeError is thrown when the component is not instantiated during the App creation.
System Info
No response
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: teleport