rstudio / htmltools

Tools for HTML generation and output
https://rstudio.github.io/htmltools/
215 stars 68 forks source link

TagChildArg should use Sequence not Iterable #310

Closed cpsievert closed 2 years ago

cpsievert commented 2 years ago

Otherwise something like div({"a": 1}) is valid, when it shouldn't be