Closed
Description
Vue version
3.4.18
Link to minimal reproduction
https://jsfiddle.net/uwegz5y8/23/
Steps to reproduce
- Load repro
- See
Boo: false; typeof: boolean
- as expected, becauseboo
attribute is not set - Click "Toggle Boo"
- See
Boo: true; typeof: boolean
- as expected, because nowboo
attribute is set - Click "Toggle Boo" again
- See
Boo: null; typeof: object
- unexpected, sinceboo
attribute is removed - we expect to receivefalse
just like in the 2nd step previously
What is expected?
false
What is actually happening?
null
System Info
No response
Any additional comments?
Kinda related: #9697
Metadata
Metadata
Assignees
Labels
No labels