codestates / codestates/BanThing

[Error Handling] 페이지 이동시 사이트 title이 url로 바뀌어서 나오는 문제

Open
#94 0 comments 0 reactions 2 assignees Claimed by @greenheadHQ View on GitHub
error
Dominant language
TypeScript
Stars
0
Forks
2
PR merge metrics
No merged PRs in 30d

Description

### 어떤 에러인가요?
아래 사진과 같이 Title은 계속 Banthing을 유지하고 싶은데 페이지를 이동하니 title이 변경되는 이슈가 있습니다.
![스크린샷 2022-02-18 오후 3 13 12](https://user-images.githubusercontent.com/85833148/154628339-c85f7427-3787-4219-8733-4219267c5e3e.png)
![스크린샷 2022-02-18 오후 3 13 17](https://user-images.githubusercontent.com/85833148/154628350-cb03e93d-3d5e-4305-8e9c-81e353c1b563.png)

### 에러 핸들링 방법
- 핸들링 방법에 대해서 간단하게 기록해보세요.
- 처음에는 카카오 api의 문제인건가 하고 생각했다.
- 하지만
![ezgif com-gif-maker (3)](https://user-images.githubusercontent.com/54207332/154830070-cf5803ac-3e95-481c-b83c-14394e083e6e.gif)
- HOME으로 한번 갔다 다시 MAIN으로 들어가면 정상적으로 지도가 나오는 것을 확인할 수 있다. 그렇다는건 카카오 api가 아닌
- CSS의 문제라는 것을 알 수 있다.
- 찾아보니 styled-component는 일반 CSS보다 속도가 느리다는 단점을 발견할 수 있었다.
```
// 코드가 들어가도 좋아요!
```

### 에러 핸들링을 위해 참고한 레퍼런스 링크
- Memory-It 의 Error Handling 예시입니다.
[링크](https://github.com/codestates/Memory-It/issues/205)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.