apollographql / apollographql/fullstack-tutorial
login-form.tsx references a lower case non-existent interface
- 主要言語
- TypeScript
- スター
- 1.2k
- フォーク
- 808
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hello everybody,
`/final/client/src/components/login-forms.tsx` references `LoginTypes.loginVariables` from `login.ts` which does not exist. It needs to be `LoginTypes.LoginVariables` instead.
Currently, it is not possible to start the final client because of this bug.
I already prepared a commit for this fix but can't push it to a new branch because I have no push permission for this repo. How can I get the push permission for new branches?
Thanks a lot and best regards,
Jonas
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
/final/client/src/components/login-forms.tsx を開き、参照されている LoginTypes のメンバーと login.ts で定義されているインターフェースを比較します。参照先を既存のインターフェース名に一致させた後、final client が正常に起動できることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- frontend
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 35/100