Hi! I am also want to use React as template engine also on server side, and in some case, I want to have valid xml output. Some my component has code: ``` js render() { return (<meta {...attrs} />); } ``` But, with `#renderToStaticMarkup` returns me not closing meta: ``` html <meta ...> ``` Is it bug?