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
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 to message = "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.
The text was updated successfully, but these errors were encountered:
Environment/Browser
Version 1.5.0
Description
Upon redeployment, the Preview panel won't update.
Steps to reproduce
HelloWorld.sol
HelloWorld.sol
tomessage = "another message";
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.
The text was updated successfully, but these errors were encountered: