TypeError can't convert symbol to string - Bug or limitation? #9727
Labels
has PR
A pull request has already been submitted to solve the issue
🐞 bug
Something isn't working
🔩 p2-edge-case
Vue version
3.3.9
Link to minimal reproduction
https://codesandbox.io/p/sandbox/aged-fast-swhdxq
Steps to reproduce
Click in the button "Click me" to set a new map item
What is expected?
render something like "Symbol()" as the map key
What is actually happening?
When i try to set a new map item with a symbol key the template cannot rendering it, throwing a typerror in console "can't convert symbol to string", i could not find any information about this limitation(?) in the documentation, this is the reason why I'm opening this issue
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: