回答編集履歴

1

htsign さんのコメントをもとに修正しました

2020/05/19 02:50

投稿

apprentice
apprentice

スコア67

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  console.log(response.json()) // JSONが取得できていることを確認
16
16
 
17
- return response.json() // ここでBody からJSONを取得
17
+ return response.json() // ここでBody からJSONを
18
18
 
19
19
  })
20
20
 
@@ -32,7 +32,7 @@
32
32
 
33
33
 
34
34
 
35
- Promise.resolve(Data).then(result => {
35
+ Data.then(result => {
36
36
 
37
37
  setQuiz(result);
38
38