react.Fragment報錯顯示Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.嘗試過使用升級版本發現依然報錯<React.Fragment> <div className={styles.rowContainer}>{this.renderRowLeft()}</div>
<div className="segmenting-line" />
<div className={styles.rowContainer}>{this.renderRowRight()}</div>
</React.Fragment>請問有誰知道問題嗎
1 回答

MYYA
TA貢獻1868條經驗 獲得超4個贊
這個報錯說的是元素類型應該是string,class或者function,但是你什么也沒有反回。
檢查你的styles.rowContainer和this.renderRowLeft/Right有沒有返回值
- 1 回答
- 0 關注
- 1366 瀏覽
添加回答
舉報
0/150
提交
取消