# 순위 선택 투표: 첫 번째 투표 시 예외 발생 및 결과 화면에 표시되지 않음

**URL:** https://meta.discourse.org/t/ranked-choice-poll-first-vote-causes-exception-fails-to-display-on-outcome/324448
**Category:** Bug
**Tags:** polls
**Created:** [9월 2, 2024, 7:03오전 UTC](https://meta.discourse.org/t/ranked-choice-poll-first-vote-causes-exception-fails-to-display-on-outcome/324448 "2024-09-02T07:03:28Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [9월 2, 2024, 7:03오전 UTC](https://meta.discourse.org/t/ranked-choice-poll-first-vote-causes-exception-fails-to-display-on-outcome/324448/1 "2024-09-02T07:03:28Z")

</div>

결과가 항상 표시되는 순서 투표(ranked choice vote)에서 처음 투표할 때 사용자에게 예외가 발생합니다:

`TypeError: this.args.rankedChoiceOutcome.round_activity is undefined`

 ![image](https://global.discourse-cdn.com/meta/original/4X/5/9/5/5950bc4e317d73a5026611d2978602de4688b12a.png)

(현재 우회 방법은 페이지를 새로고침하는 것입니다)

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [9월 2, 2024, 7:03오전 UTC](https://meta.discourse.org/t/ranked-choice-poll-first-vote-causes-exception-fails-to-display-on-outcome/324448/2 "2024-09-02T07:03:41Z")

</div>

이 PR에서 수정되었습니다:

> <https://github.com/discourse/discourse/pull/28542>
>
> Currently (for Ranked Choice only) a javascript exception is raised on very firs…t vote, preventing the results from being rendered requiring a browser refresh (which doesn't error).
> 
> Missing vote:
> 
> !\[image\](https://github.com/user-attachments/assets/c9d02fc0-daba-4817-8285-7f3423f4c483)
> 
> Resolves: \`TypeError: this.args.rankedChoiceOutcome.round\_activity is undefined\` with simple addition of optional chaining operator.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [9월 18, 2024, 6:58오전 UTC](https://meta.discourse.org/t/ranked-choice-poll-first-vote-causes-exception-fails-to-display-on-outcome/324448/3 "2024-09-18T06:58:09Z")

</div>

이 수정 사항을 병합해 주시기를 정중히 요청드립니다.

---

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [11월 5, 2024, 4:20오후 UTC](https://meta.discourse.org/t/ranked-choice-poll-first-vote-causes-exception-fails-to-display-on-outcome/324448/5 "2024-11-05T16:20:57Z")

</div>


