tbranyen opened this issue 3 years ago · 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