You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This is currently expected behavior as the component fetches the data on the page itself. There currently is no support for any sort of server-side rendering.
Hello @JorgenEvens, this seems a regression, as it works fine at 2.5.1. We tried to upgrade react-avatar to 3.10 to work with React 17, however, it's stopped working.
Using ReactDOMServer.renderToString may help at some integration cases, e.g., for our case, we're using react-avatar at ExtJS templates.
Hi. I'm trying to generate avatar in
"ReactDOMServer.renderToStaticNodeStream"
but it's not working. In output everything looks correct apart content inspan
tag. It's empty. It doesn't matter if I'm trying to generate avatar as a picture or initials, always output is incorrect.What is wrong?
Thank you.
The text was updated successfully, but these errors were encountered: