Convertí una cadena de URL de imagen base64 en blob y me devolvió este objeto
{size: 61683, type: 'image/png'}Sin embargo, cuando trato de establecer el estado de este blob en mi componente de reacción, arroja un error de
Uncaught Error: `source` property is required either a string of image url or a HTMLImageElement for the image that will be edited.¿Estoy convirtiendo mi URL de imagen base 64 en blob correctamente?