kristw commented on issue #9465: Importing validators module from superset-ui URL: https://github.com/apache/incubator-superset/pull/9465#issuecomment-613158846 > import { legacyValidateInteger, legacyValidateNumber, validateNonEmpty } from '@superset-ui/validator'; > There is a non-legacy `validateInteger` and `validateNumber` which has the logical behavior, but will break superset because it seems to expect the wrong output from the legacy functions at the moment. You should use `legacyValidateInteger` and `legacyValidateNumber`. https://github.com/apache-superset/superset-ui/pull/322 I'll move these note into the package `README`
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
