villebro commented on a change in pull request #16460:
URL: https://github.com/apache/superset/pull/16460#discussion_r696408454
##########
File path:
superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx
##########
@@ -286,6 +291,7 @@ export default function PluginFilterSelect(props:
PluginFilterSelectProps) {
loading={isRefreshing}
maxTagCount={5}
invertSelection={inverseSelection}
+ // @ts-ignore
Review comment:
AntD currently doesn't list `boolean` or `null` as accepted values,
despite working with them (and those types are inherited from `rc-select`). We
might want to open up PRs on those respective repos to get rid of this ignore.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]