tbranyen/diffhtml

Components do not mount if missing a return value

tbranyen opened this issue · 1 comments

Return values in a render are currently optional. If you do not return anything in a render, we do not mount the component. This is confusing behavior and it would be better to simply error if nothing is passed or default to an empty string.

Closed in 344bbb1