codestates / codestates/LoGoYoGo-client
[DevLog] 이용학 / 2021-04-07
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
### 오늘은 어떻게 프로젝트에 기여했나요?
- 인증기능(로그인, 로그아웃, 회원가입) 구현
- 회원관리(비밀번호 변경, 회원탈퇴) 구현 시도
### 오늘의 프로젝트에서 힘든 점은 무엇인가요?
- 회원관리 기능 구현을 위해 프로필 컴포넌트를 만드는 도중, 인증기능 쪽에서 오류가 생겼습니다.
- 유저정보를 관리하는 userInfoReducer 부분에서 타입스크립트의 타입 오류 때문에 유저정보가 제대로 들어가지 않고 있습니다.
- (Property 'username' does not exist on type 'string | boolean | { username: string; email: string; }
- Property 'username' does not exist on type 'string'. TS2339)
- 이를 해결하기 위한 방법을 찾고 있습니다. 현재는 타입 단언이라는 방법을 시도중입니다.
```js
// 코드를 첨부해도 좋습니다.
```
### 내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?
- [x] userInfoReducer 부분 TS2339 오류 해결하기
- [x] 프로필 및 회원관리(비밀번호 변경, 회원탈퇴) 구현하기
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.