*自定义组件未在 UI 上渲染,另请注意,我有 id: root 的元素
function CComponent(prop) {
const element = (
<div className="container">
<div className={prop.classname}>{prop.content}</div>
</div>
);
return element;
}
const helloElement = (
<CComponent>{{ classname: "xyz", content: "helloWorld" }}</CComponent>
);
console.log(helloElement);
ReactDOM.render(helloElement, document.getElementById("root"));
萧十郎
回首忆惘然
慕森王
三国纷争
相关分类