-
-
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.

Description
Vue version
3.5.10
Link to minimal reproduction
Steps to reproduce
Click button to display a component with a slot prop named 'key' having a symbol value to produce the error
What is expected?
The 'key' slot prop should allow a symbol value
What is actually happening?
The 'key' slot prop should allow a symbol value
System Info
No response
Any additional comments?
A slot prop named 'id' works with a string or a symbol value.
A slot prop named 'key' works with a string value only
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.