-
Notifications
You must be signed in to change notification settings - Fork 0
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!: ensure select category value label is string and type key as unknown (#298) #299
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @hunterckx. Approved.
I have one question for you (just a sanity check).
I will write up a ticket for updating AzulTerm interface term
. We currently also get null
values. We should probably address this for correctness - in the filterTransformer
and also in the File Manifest facets.
I've marked this as a breaking change because theoretically an app might reference filter items in a way that causes type errors;
data-browser
, for instance, almost does this, but the values are passed tosanitizeString
, which I've updated the type of to make it still work there