質問するログイン新規登録

質問編集履歴

2

コードの変更

2021/10/19 01:49

投稿

tttniaeefe
tttniaeefe

スコア13

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 Api.initGet(currentUser.currentUser.uid); ⇐"undefined"
42
+ const data = await initGet(currentUser.currentUser.uid); ⇐"undefined"
43
43
  await setUsers(data);
44
44
  }
45
45
  ```

1

タグの追加

2021/10/19 01:49

投稿

tttniaeefe
tttniaeefe

スコア13

title CHANGED
File without changes
body CHANGED
File without changes