-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
Hi. I'm trying to generate avatar in "ReactDOMServer.renderToStaticNodeStream" but it's not working. In output everything looks correct apart content in span tag. It's empty. It doesn't matter if I'm trying to generate avatar as a picture or initials, always output is incorrect.
<div class="attorney-avatar-nav-bar sb-avatar" style="display: inline-block; vertical-align: middle; width: 16px; height: 16px; border-radius: 100%; font-family: Helvetica, Arial, sans-serif;">
<div class="attorney-avatar-nav-bar sb-avatar__text" style="width: 16px; height: 16px; line-height: initial; text-align: center; color: #fff; border-radius: 100%;" title="Mitchell Griffith">
<div style="display: table; table-layout: fixed; width: 100%; height: 100%;">
<span style="display: table-cell; vertical-align: middle; font-size: 100%; white-space: nowrap;">
<span></span>
</span>
</div>
</div>
</div>
What is wrong?
Thank you.