Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property 'tz' does not exist on type 'typeof moment'. 에러 #120

Closed
1 task done
joi0104 opened this issue Nov 23, 2020 · 0 comments · Fixed by #124
Closed
1 task done

Property 'tz' does not exist on type 'typeof moment'. 에러 #120

joi0104 opened this issue Nov 23, 2020 · 0 comments · Fixed by #124
Assignees
Labels
bug Something isn't working

Comments

@joi0104
Copy link
Member

joi0104 commented Nov 23, 2020

설명

Property 'tz' does not exist on type 'typeof moment'. 에러 발생.

해결방안

-npm i @types/moment-timezone --save-dev 로 해결

  • yarn add @types/moment-timezone -D로 해결이 안됨

작업 단위

  • npm i @types/moment-timezone --save-dev

참고사항

moment/moment-timezone#385

@joi0104 joi0104 self-assigned this Nov 23, 2020
@joi0104 joi0104 added the bug Something isn't working label Nov 23, 2020
@joi0104 joi0104 added this to To do in Nawa-Invitation-Web via automation Nov 23, 2020
joi0104 added a commit to joi0104/nawa-invitation-web that referenced this issue Nov 23, 2020
Nawa-Invitation-Web automation moved this from To do to Done Nov 23, 2020
joi0104 added a commit that referenced this issue Nov 23, 2020
* refactor: no-useless-concat 해결

* fix: #120. Property 'tz' does not exist on type 'typeof moment' 해결

* fix: #121. footer가 가려지는 버그 해결

* fix: #122. 댓글 내용 겹치는 버그 수정. 스크롤 버그 수정

* feat: #123. 댓글이 없을 때, 안내창 띄우기 완성

* fix: 닉네임이 길 경우, 자르기 구현

Co-authored-by: joi0104 <joi0104@naver.com>
danivelop pushed a commit that referenced this issue Nov 27, 2020
* refactor: no-useless-concat 해결

* fix: #120. Property 'tz' does not exist on type 'typeof moment' 해결

* fix: #121. footer가 가려지는 버그 해결

* fix: #122. 댓글 내용 겹치는 버그 수정. 스크롤 버그 수정

* feat: #123. 댓글이 없을 때, 안내창 띄우기 완성

* fix: 닉네임이 길 경우, 자르기 구현

* fix: 댓글 타이틀이 잘리는 버그 수정

Co-authored-by: joi0104 <joi0104@naver.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

1 participant