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

게시글 추천시 추천수 반영이 안되고 새로고침 후 반영 됩니다. #12

Open
wookho opened this issue May 26, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@wookho
Copy link

wookho commented May 26, 2021

혹시 아래 이슈와 관련이 있는지는 확인하지 못했지만 #11

오늘 업데이트 모두 반영 후 게시글 추천시 추천이 새로고침 없이 반영이 안됩니다. 새로고침 하면 추천은 되어 있습니다.

@calvinsnax
Copy link
Owner

혹시 추천 수가 1일 때 추천을 하면 발생하나요?

@calvinsnax calvinsnax self-assigned this May 26, 2021
@calvinsnax calvinsnax added the bug Something isn't working label May 26, 2021
@wookho
Copy link
Author

wookho commented May 26, 2021

@calvinsnax 워낙 회원이 없는 사이트라 ...
코드를 살펴봤는데요. 추천이 없을 때는 span 태그 자체가 없어서 생기는 문제일 것 같습니다.
추천이 없을때 추천하고 콘솔을 지켜봤는데 에러가 뜨는게 아닌거 보니 html 로 넣어줄 곳이 없는거 아닐까요? js는 코드를 아직 살펴보지 않았습니다.

@calvinsnax
Copy link
Owner

span 태그에 .app-article-vote__count 클래스가 없어서 발생한 문제네요. 임시적으로 반영되도록 해결은 해두었습니다만, 추후에 좀 더 디테일하게 개선하는 느낌으로 가겠습니다.

@wookho
Copy link
Author

wookho commented May 29, 2021

패치해주셔서 이제 추천이 잘 작동하네요. 감사합니다.

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