回答編集履歴

1

a

2018/03/19 09:35

投稿

HayatoKamono
HayatoKamono

スコア2415

test CHANGED
@@ -28,11 +28,11 @@
28
28
 
29
29
 
30
30
 
31
- const AnchorButton = Button.withComponent('a')
31
+ const AnchorButton = Button.withComponent('a') // +追加
32
32
 
33
33
 
34
34
 
35
- const TwitterBtn = AnchorButton.extend`
35
+ const TwitterBtn = AnchorButton.extend` // +継承元変更
36
36
 
37
37
  border-radius: 100px;
38
38
 
@@ -48,4 +48,8 @@
48
48
 
49
49
 
50
50
 
51
+ `const AnchorButton = Button.withComponent('a')`
52
+
53
+
54
+
51
55
  これで行けると思います。