You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A single vote button doesn't load sometimes. My focus is on feature/cypress-testing.
Based on gpt conversations, there is an issue in that a tsrcPRvoteStatus is set to 'new' when this happens. It throws and exception as buttonStyle doesn't have a field for 'new'.
I attempted to force it to 'vote' and 'lightgreen' when it threw such an error, but it only cosmetically solved the issue. Voting on the button that errored was disabled as a result.
The text was updated successfully, but these errors were encountered:
I'm concerned that changing the state on the back end is causing issues elsewhere where it expects a 'new' state. The extension won't load now because its expecting a state value 'new' but is getting 'vote'.
I think we should reverse this change and fix it on the front end where the issue was occurring rather than on the back end where it will have unintended consequences elsewhere.
A single vote button doesn't load sometimes. My focus is on feature/cypress-testing.
Based on gpt conversations, there is an issue in that a tsrcPRvoteStatus is set to 'new' when this happens. It throws and exception as buttonStyle doesn't have a field for 'new'.
I attempted to force it to 'vote' and 'lightgreen' when it threw such an error, but it only cosmetically solved the issue. Voting on the button that errored was disabled as a result.
The text was updated successfully, but these errors were encountered: