亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

NameCard改成函數之后還是編譯失敗

根據老師的代碼改成了

class NameCard = (props) => {

const {name,number,isHuman,tags}=props

return(

<div className="alert alert-success">

<h4 className="alert-heading">{name}</h4>

<ul>

<li>電?。簕number}</li>

<li>{isHuman?'人類':'外星人'}</li>

</ul>

<p>

{tags.map((tag, index)=>(<span key={index}>

{tag}

</span>))}

</p>

</div>

)

}

但是保存之后還是編譯失敗

Failed to compile

./src/components/NameCard.js
?Line 3: ?Parsing error: Unexpected token, expected "{"

?1 | import React from 'react'
?2 |
> 3 | class NameCard = (props) => {
?? | ?? ? ? ? ? ? ? ^
?4 | const {name,number,isHuman,tags}=props
?5 | return(
?6 | <div className="alert alert-success">

This error occurred during the build time and cannot be dismissed.


正在回答

2 回答

class NameCard = (props) => {

const NameCard = (props)=>{

0 回復 有任何疑惑可以回復我~

請問你導出了嗎 export default NameCard

0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

NameCard改成函數之后還是編譯失敗

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號