質問編集履歴

1

タイトル修正

2020/05/05 01:38

投稿

yoshiky
yoshiky

スコア105

test CHANGED
@@ -1 +1 @@
1
- [Typescript / Nuxt.js]firebaseのUserInfoと独自クラス変数の型定義が一致しないエラーにな
1
+ [Typescript / Nuxt.js]Argument of type 'string | null | undefined' is not assignableといエラーが出
test CHANGED
@@ -96,6 +96,8 @@
96
96
 
97
97
  この時、plugins/auth.ts上の`user?.email` には下記のエラーが表示されます
98
98
 
99
+ ※VSC上で赤の波線がつく
100
+
99
101
 
100
102
 
101
103
  > (property) firebase.UserInfo.email: string | null | undefined