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
Data URIs (data:image/jpeg;base64,{content}) are not rendered by dmc.Image (which returns a src="about:blank") or dmc.Avatar (which renders the default placeholder).
However, html.Div renders the same URI properly.
The text was updated successfully, but these errors were encountered:
Data URIs (
data:image/jpeg;base64,{content}
) are not rendered bydmc.Image
(which returns asrc="about:blank"
) ordmc.Avatar
(which renders the default placeholder).However,
html.Div
renders the same URI properly.The text was updated successfully, but these errors were encountered: