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

All Challenge conditions show "?" #511

Closed
tcorbly opened this issue Dec 19, 2024 · 0 comments · Fixed by #523
Closed

All Challenge conditions show "?" #511

tcorbly opened this issue Dec 19, 2024 · 0 comments · Fixed by #523
Assignees
Labels
bug Something isn't working high High priority issue

Comments

@tcorbly
Copy link
Member

tcorbly commented Dec 19, 2024

Per @bmcdorman digging through code:

The challenge UI is currently showing "?" on every condition, which is a fallback error state in the UI used when it's confused. Instead, it should be showing text like "all of" or "exactly one of".

It's probably occurring due to missing LocalizedString entries:

if (fallbackIndex >= fallbacks.length) return '?';

image

@tcorbly tcorbly added bug Something isn't working high High priority issue labels Dec 19, 2024
@navzam navzam self-assigned this Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high High priority issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants