在陣營文檔,你可以找到下一個重大更改:陣營0.14:普通對象更換
Plain objects are no longer supported as React children; arrays should be used instead. You can use the createFragment helper to migrate, which now returns an array.
誰能解釋這是什麼意思,他們由普通的對象呢?
有兩種創建組件的方法:ES6 extends React.Component
& React.createClass
。 他們哪一個是平淡的?
這不是這個錯誤所說的(這實際上有點令人困惑)。查看https://facebook.github.io/react/docs/create-fragment.html –