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
The issue is difficult to reproduce and requires further investigation. I suspect it's a kind of race condition, but can't be sure. It may be related to some initial state or doing some steps before what is shown in the video.
The error occurs in the function getPartiallyHiddenHermezAddress from the module src/views/shared/transaction-info/transaction-info.view.jsx. This function expects a hermezAddress string and instead it gets a null.
The call to getPartiallyHiddenHermezAddress initiates on the module src/views/shared/transaction-info/transaction-info.view.jsx:135, when TransactionInfoTable is instantiated and we call getPartiallyHiddenHermezAddress passing in txData.toHezEthereumAddress, which is, under some yet to determine circumstances, unexpectedly null.
The text was updated successfully, but these errors were encountered:
amonsosanz
changed the title
Runtime error accessing deposit details
Runtime error accessing transfer details
Nov 12, 2021
The steps I followed to encounter this error are the following:
This video shows the process and the error.
The issue is difficult to reproduce and requires further investigation. I suspect it's a kind of race condition, but can't be sure. It may be related to some initial state or doing some steps before what is shown in the video.
The error occurs in the function
getPartiallyHiddenHermezAddress
from the modulesrc/views/shared/transaction-info/transaction-info.view.jsx
. This function expects a hermezAddress string and instead it gets anull
.The call to
getPartiallyHiddenHermezAddress
initiates on the modulesrc/views/shared/transaction-info/transaction-info.view.jsx:135
, whenTransactionInfoTable
is instantiated and we callgetPartiallyHiddenHermezAddress
passing intxData.toHezEthereumAddress
, which is, under some yet to determine circumstances, unexpectedlynull
.The text was updated successfully, but these errors were encountered: