-
Notifications
You must be signed in to change notification settings - Fork 390
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
fix(macro types): mark other
as required for ChoiceOptions
#1527
fix(macro types): mark other
as required for ChoiceOptions
#1527
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
You need also add a test in |
done! thanks |
BTW, |
I'm currently looking for another solution. |
test all passed now! maybe just update scripts for |
in github WF it's already done this way. In development, it doesn't bother me so much. And i actually find it more useful to have faster feedback when working on typings, so i'm running build once and then re-run only tests. |
Description
other
should be required for choice macros, and looks like we do have it as required forSelectOptions
,SelectChoiceProps
andPluralChoiceProps
, just notChoiceOptions
which is probably not intended.and ICU message without
other
may be invalid:Types of changes
Fixes # (issue)
Checklist