React JS - JSX returns [object Object] instead of string

前端 未结 0 1044
情书的邮戳
情书的邮戳 2021-01-31 06:29

Why this JSX hook returns [object Object] [object Object] instead of HTML string?

export default function Article (props) {

  const {
    content,
  } = props;
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题