Script setup
is not supported symbol prop
#4592
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: script-setup
Version
3.2.11
Reproduction link
sfc.vuejs.org/
Steps to reproduce
That prop
visible
type isboolean | symbol
was defined, then default value is symbol value.What is expected?
If no providing
visible
prop in the parent component, the sub componentvisible
prop default value isSymbol('visibleUndefined')
What is actually happening?
Its throwing error that
can not convert string to symbol
The text was updated successfully, but these errors were encountered: