class SurveyQuestion extends React.Component {
constructor(props) {
model.onComplete.add(function(result) {
return <TestEmpty message="test" />;
}
});
}
我是新手做出反应,如果这是基本问题,请道歉,如果我能在构造函数中返回组件,是否有可能呢?完成后再返回组件。
我尝试使用我的代码,它不起作用,没有错误消息。
答案 0 :(得分:4)