For anyone who doesn't necessarily have access to the raw Schema object (such as if you're using ElementUI like me), the followinghackworks just fine: constwarn=console.warnconsole.warn=(...args:any[])=>{if(typeofargs[0]==='string'&&args[0].startsWith('async-validator:'))returnwar...