Closed lukejacksonn closed 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.
['hr']
<hr>undefined</hr>
Fixed by https://github.com/lukejacksonn/xyzd/commit/8ad62f382a2ca233b170b5edc455cfc82e54bd20
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.