const b = props.letter ?? ""; const b2 = JSON.stringify(b); console.log(b2); return <div>{b2.nombre}</div>;