liferay-labs-br / fiber

The framework specialized in animated components.
MIT License
5 stars 4 forks source link

Renders attribute with empty value when passed #10

Closed matuzalemsteles closed 7 years ago

matuzalemsteles commented 7 years ago

Expected behaviour

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.

Example

<div>Hello World!</div>

Actual behaviour

<div id="">Hello World!</div>
clovisdasilvaneto commented 7 years ago

It's make sense, let fix this.