回答編集履歴

1

テキスト修正

2018/06/03 06:24

投稿

jun68ykt
jun68ykt

スコア9058

test CHANGED
@@ -72,7 +72,13 @@
72
72
 
73
73
  // ・・・
74
74
 
75
+ return (
76
+
77
+ <div>
78
+
75
- return <Child parentHandlers={this.handlers} />
79
+ <Child parentHandlers={this.handlers} />
80
+
81
+ </div>);
76
82
 
77
83
  }
78
84