console.error should not be used like this because it is hard to run tests with error logs. async-validator is using warnings and rc-form should reflect the same strategy.
Adding suppressWarning support as async-validator to remove warnings when needed in tests suites.
console.error
should not be used like this because it is hard to run tests with error logs. async-validator is using warnings andrc-form
should reflect the same strategy.Adding suppressWarning support as async-validator to remove warnings when needed in tests suites.