Closed

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