lukejacksonn / ijk

Transforms arrays into virtual dom trees; a terse alternative to JSX and h
MIT License
466 stars 17 forks source link

Handle tags like ['hr'] and flatten children #3

Closed lukejacksonn closed 6 years ago

lukejacksonn commented 6 years ago

At the moment ['hr'] renders as <hr>undefined</hr> and having nested arrays of children in children causes an error because [['li', 1], ['li',2]] is not a valid node. It would be nice to be able to support both of these cases.

lukejacksonn commented 6 years ago

Fixed by https://github.com/lukejacksonn/xyzd/commit/8ad62f382a2ca233b170b5edc455cfc82e54bd20