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

[프로젝트버그] #10

Closed
1 of 3 tasks
0r0loo opened this issue Jan 12, 2023 · 2 comments
Closed
1 of 3 tasks

[프로젝트버그] #10

0r0loo opened this issue Jan 12, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@0r0loo
Copy link

0r0loo commented Jan 12, 2023

🐛 버그가 발견된 페이지

112

🐞 버그를 설명해주세요.

react array에서 key 에러납니다

new Array(6).fill(0).map((x) => <Skeleton key={x} height="400px" />

=>

new Array(6).fill(0).map((_, index) => <Skeleton key={index} height="400px" />

🍉 버그를 재현할 방법을 알려주세요

node v18
vite

🌏 오류가 발생한 환경의 OS는 무엇인가요?

  • macOS
  • Windows
  • Linux
@0r0loo 0r0loo added the bug Something isn't working label Jan 12, 2023
@hwasurr
Copy link
Owner

hwasurr commented Jan 12, 2023

안녕하세요, @0r0loo 님! 버그 제보 감사드립니다.

작성해주신대로, 아래의 코드블럭 대로 작성하여야 합니다.
해당 버그 사항을 알려진 버그 목록에 추가하도록 하겠습니다.

감사합니다.

@hwasurr
Copy link
Owner

hwasurr commented Jan 12, 2023

버그 목록 문서에 해당 버그 내용을 추가하였습니다.

감사합니다. 이슈는 닫도록 하겠습니다!

@hwasurr hwasurr closed this as completed Jan 12, 2023
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
None yet
Development

No branches or pull requests

2 participants