nytai commented on a change in pull request #10178:
URL:
https://github.com/apache/incubator-superset/pull/10178#discussion_r446435061
##########
File path: superset-frontend/src/components/ListView/Filters.tsx
##########
@@ -145,8 +145,11 @@ function SelectFilter({
data-test="filters-select"
themeConfig={filterSelectTheme}
stylesConfig={filterSelectStyles}
+ // @ts-ignore
Review comment:
It seems I introduced these issues when I added
https://github.com/vtaits/react-select-async-paginate in
https://github.com/apache/incubator-superset/pull/10035 and this PR merely
uncovered them (for some reason... 🤔). I'll address in another PR if it's
possible, the types for that package are quite confusing.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]