You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure about that, on the surface it seems to be a different use-case since I don't use the default value, I can even make my prop to be required.
However, it is related, so I imagine that the same fix could resolve both issues at the same time.
Vue version
3.4.18
Link to minimal reproduction
https://jsfiddle.net/uwegz5y8/23/
Steps to reproduce
Boo: false; typeof: boolean
- as expected, becauseboo
attribute is not setBoo: true; typeof: boolean
- as expected, because nowboo
attribute is setBoo: null; typeof: object
- unexpected, sinceboo
attribute is removed - we expect to receivefalse
just like in the 2nd step previouslyWhat is expected?
false
What is actually happening?
null
System Info
No response
Any additional comments?
Kinda related: #9697
The text was updated successfully, but these errors were encountered: