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
onceSealed() no longer return/resolve after the transaction completes await fcl.tx(response).onceSealed();
Expected Behavior
the transaction should resolve properly
Steps To Reproduce
error introduced by this commit b9f4949
with "suppress" logic separated from original error condition, anytime suppressed is not being set, (ie: suppress=false), the subsequent predicate(txStatus) check will never get triggered regardless of the error situation, causing "resolve" never getting triggered
Current Behavior
onceSealed()
no longer return/resolve after the transaction completesawait fcl.tx(response).onceSealed();
Expected Behavior
the transaction should resolve properly
Steps To Reproduce
error introduced by this commit b9f4949
with "suppress" logic separated from original error condition, anytime suppressed is not being set, (ie: suppress=false), the subsequent
predicate(txStatus)
check will never get triggered regardless of the error situation, causing "resolve" never getting triggeredEnvironment
error seen in "@onflow/fcl-core": "1.13.0" onward. no error in "1.12.0"
What are you currently working on that this is blocking?
No response
The text was updated successfully, but these errors were encountered: