You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've already raised the issue #417. After your suggestion I'm able to work my custom validator. However, now I'm facing problem with production build which is reported with #271
I've also tried your workaround/solution [ref : commit] by having a property with same function name, however it also didn't work. With this, I got error : TypeError: v is not a function
Could you please help me out and suggest me what should be the definition of validator so that it can work in both environments dev as well prod.