defineProps set optional property's value to default
Vue version
3.3.4
Link to minimal reproduction
Steps to reproduce
title and visible should be optional and it's ok before 3.3
What is expected?
should be undefined
What is actually happening?
false
System Info
No response
Any additional comments?
No response
Also note: it is expected behavior for both props to be false
here because they both are either boolean or contains boolean in its union: https://vuejs.org/guide/components/props.html#boolean-casting