質問編集履歴
2
コードの変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -39,7 +39,7 @@
|
|
39
39
|
//usecontextが取れていない状態でfetchが走らないようdigで分岐を行う
|
40
40
|
const fetch = async () => {
|
41
41
|
if (dig(currentUser, "currentUser", "uid")) {
|
42
|
-
const data = await
|
42
|
+
const data = await initGet(currentUser.currentUser.uid); ⇐"undefined"
|
43
43
|
await setUsers(data);
|
44
44
|
}
|
45
45
|
```
|
1
タグの追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|