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
On the first entry to the wallet's page, there should be no warning stating Cannot update during an existing state transition (such as within 'render'). Render methods should be a pure function of props and state.
Actual behavior
On the first entry to the wallet's page, there is a warning stating Cannot update during an existing state transition (such as within 'render'). Render methods should be a pure function of props and state.
Steps to reproduce
Login on the lisk desktop application using the web
Visit the wallet page
On the browser's console, It would be seen that the warning would be thrown.
Which version(s) does this affect? (Environment, OS, etc...)
all environment.
The text was updated successfully, but these errors were encountered:
Expected behavior
On the first entry to the wallet's page, there should be no warning stating
Cannot update during an existing state transition (such as within 'render'). Render methods should be a pure function of props and state
.Actual behavior
On the first entry to the wallet's page, there is a warning stating
Cannot update during an existing state transition (such as within 'render'). Render methods should be a pure function of props and state.
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
all environment.
The text was updated successfully, but these errors were encountered: