superblocks-lab
superblocks-lab copied to clipboard
Preview panel won't update on redeployment
Environment/Browser
Version 1.5.0
Description
Upon redeployment, the Preview panel won't update.
Steps to reproduce
- From Hello World template
- Open
HelloWorld.sol
- Click Deploy
- Open Preview panel
- Confirm it is working as intended
- Set line 7 in
HelloWorld.sol
tomessage = "another message";
- Save and click Deploy
- Observe the Preview panel
Expected result
Expected the Preview contents to automatically reload after deployment. Previously, the work flow was to switch over to another window (tab), and it would then be rendering the latest contents without requiring manual intervention.
Actual result
Preview panel won't update automatically. The panel must be closed and reopened in order to see the new deployment.