質問編集履歴

3

編集

2020/01/13 10:51

投稿

whiwhdiw
whiwhdiw

スコア70

test CHANGED
File without changes
test CHANGED
@@ -66,7 +66,7 @@
66
66
 
67
67
 
68
68
 
69
- const NameChange = (value: string) => {
69
+ const NameChange = (value: string):void => {
70
70
 
71
71
  setText(value);
72
72
 

2

編集

2020/01/13 10:51

投稿

whiwhdiw
whiwhdiw

スコア70

test CHANGED
File without changes
test CHANGED
@@ -94,7 +94,7 @@
94
94
 
95
95
  <div>
96
96
 
97
- <StyledTextField
97
+ <TextField
98
98
 
99
99
  type="input"
100
100
 

1

編集

2020/01/13 10:46

投稿

whiwhdiw
whiwhdiw

スコア70

test CHANGED
File without changes
test CHANGED
@@ -104,7 +104,7 @@
104
104
 
105
105
  />
106
106
 
107
- <StyledButton
107
+ <Button
108
108
 
109
109
  onClick = {}
110
110
 
@@ -114,7 +114,7 @@
114
114
 
115
115
  名前
116
116
 
117
- </StyledButton>
117
+ </Button>
118
118
 
119
119
  </div>
120
120