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
Users should not have dead or recursive state in redux
We need to remove redux/blockChainApplications/applications/{network} if the network doesnt exists in redux/settings/customNetworks || src/modules/network/configuration/networks.js
We need to loop through each customNetwork in redux/settings/customNetworks and remove any recursion, for example:
NetworkA {name: 'a', NetworkA: {name: 'a', NetworkA: and so on...} }
Actual behavior
Playing around with custom network and adding applications might have caused dead and recursive state
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
The text was updated successfully, but these errors were encountered:
Expected behavior
Users should not have dead or recursive state in redux
redux/blockChainApplications/applications/{network}
if thenetwork
doesnt exists inredux/settings/customNetworks || src/modules/network/configuration/networks.js
redux/settings/customNetworks
and remove any recursion, for example:Actual behavior
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
The text was updated successfully, but these errors were encountered: