Previously in the campaign deployer, there were no checks that accounts
were loaded, which could result in a undefined state being returned from
the reducer. This will happen if your metamask vault is locked.
As a result, the page would look normal except the input fields would
not render correctly on state changes/ user inputs, and was not obvious
what was going on.
Previously in the campaign deployer, there were no checks that accounts were loaded, which could result in a undefined state being returned from the reducer. This will happen if your metamask vault is locked.
As a result, the page would look normal except the input fields would not render correctly on state changes/ user inputs, and was not obvious what was going on.
This informs the user of the issue.