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 中定义的接口进行比较。确认该引用与现有接口名称匹配后,最终客户端可以成功启动。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- frontend
- Issue 类型
- 缺陷
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 35/100