Murtaza (Taz) Ali

Results 2 comments of Murtaza (Taz) Ali

@abMatGit were you able to resolve this issue? I'm also running into the same issue where after callbacks are failing but the record transition is still being committed -- expected...

just having explicit render option is not enough -- you *need* the onloadCallback defined ``` ... render="explicit" // onloadCallback={() => console.log('rendered')} // required verifyCallback={(response) => { // do something }}...