Shailendra Kumar

Results 2 issues of Shailendra Kumar

import * as Yup from "yup"; import "yup-phone"; declare module "yup" { export interface StringSchema { phone(countryCode?: string, strict?: boolean): StringSchema; } } After using above code still getting that...

Events such as beforeopen, open, close etc are not working