Closed matuzalemsteles closed 7 years ago
I think the expected when we pass an empty, null or undefined value in an expected attribute is that it is not rendered, some cases would use this in favor.
null
undefined
<div>Hello World!</div>
<div id="">Hello World!</div>
It's make sense, let fix this.
Expected behaviour
I think the expected when we pass an empty,
null
orundefined
value in an expected attribute is that it is not rendered, some cases would use this in favor.Example
Actual behaviour