Ashish Kumar Burnwal
Results
1
comments of
Ashish Kumar Burnwal
> `const config = { success: (props) => { return props.isVisible ? : null } };` > > > > props.isVisible should work here. Working fine for me. Thanks This...