Somtochukwu Anunobi

Results 3 comments of Somtochukwu Anunobi

Taking a hint from @Onyelaudochukwuka a workaround is to extract the payment logic to a child component in JavaScript instead of a typescript component, as the issue is from incorrect...

a workaround is to extract the payment logic to a child component in JavaScript instead of a typescript component, as the issue is from incorrect typings from the package. **Parent...

Hopefully this is merged soon. A workaround is to extract the payment logic to a child component in JavaScript and handle the callbacks without types and return to parent component...