質問編集履歴

1

修正

2017/11/26 07:16

投稿

psp7
psp7

スコア11

test CHANGED
File without changes
test CHANGED
@@ -54,6 +54,10 @@
54
54
 
55
55
 
56
56
 
57
+ //略
58
+
59
+
60
+
57
61
  constructor(props) {
58
62
 
59
63
  super(props);
@@ -82,6 +86,8 @@
82
86
 
83
87
  }
84
88
 
89
+ //略
90
+
85
91
  ```
86
92
 
87
93
  といったように記述しているのですが、this.statのtweetsに値が入ってくれません。