You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/04/14 00:17:18 UTC

[GitHub] [incubator-superset] kristw commented on issue #9465: Importing validators module from superset-ui

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org