Why this JSX hook returns [object Object] [object Object] instead of HTML string?
export default function Article (props) { const { content, } = props;