我有SplitPane
組件類,其屬性爲body
和side
。我也有一個Table
組件類,我試圖插入,但我不斷收到錯誤。如何將組件傳遞到React組件的屬性中?
<SplitPane side='hi' body=<MyTable /> />
將返回
JSXAttribute expected node to be of a type ["JSXElement","StringLiteral","JSXExpressionContainer"] but instead got "CallExpression"