Closed
Description
Version
3.0.0-beta.4
Reproduction link
https://codepen.io/21stCenturyJonas/pen/JjYNjZX
Steps to reproduce
- Create
<video srcObject.prop="null">
template - See the error
What is expected?
Set the srcObject
of the video dom to null
.
What is actually happening?
It is trying to set it to ''
.
Error came from here
https://github.com/vuejs/vue-next/blob/0bb1f67d12b4a7d7ae2fe1d94883333bf736aa13/packages/runtime-dom/src/modules/props.ts#L35