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
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
After updating to 1.0.0-beta.38 I started to get this error:
web3-core-helpers.umd.js:88 Uncaught (in promise) TypeError: Cannot read property 'blockNumber' of null
at Object.outputTransactionFormatter (web3-core-helpers.umd.js:88)
at GetTransactionReceiptMethod.afterExecution (web3-core-method.umd.js:491)
at GetTransactionReceiptMethod._callee$ (web3-core-method.umd.js:449)
at tryCatch (runtime.js:62)
at Generator.invoke [as _invoke] (runtime.js:288)
at Generator.prototype.(:8080/anonymous function) [as next] (webpack-internal:///./node_modules/@babel/runtime/node_modules/regenerator-runtime/runtime.js:114:21)
at asyncGeneratorStep (asyncToGenerator.js:3)
at _next (asyncToGenerator.js:25)
somehow outputTransactionFormatter is being called immediately after transactionHash event with empty "receipt" object.