chiuwingyan
Results
1
issues of
chiuwingyan
This is my code: TopicDetail.jsx `class TopicDetail extends React.Component{ constructor(){ super(); this.state={ newReply:'' } } componentDidMount(){ // const id = this._getId(); // this.props.topicStore.getTopicDetail(id); } bootstrap(){ const id = this._getId(); return...