onflow / flow-playground

Flow Playground front-end app 🤹‍♂️
https://play.flow.com
Apache License 2.0
116 stars 26 forks source link

Deployment Tx Does Not Log to Console #817

Open briandoyle81 opened 2 weeks ago

briandoyle81 commented 2 weeks ago

Describe the bug Deploying a contract is listed in the tutorials as expecting a message to be logged to console. This does not occur.

To Reproduce

  1. Open https://play.flow.com/483b2f33-9e71-40aa-924a-2c5f0ead77aa
  2. Deploy the contract
  3. Observe the Log states "Welcome to the Playground!"

Expected behavior The log should indicate the contract was deployed

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context It looks like the browser page is being auto-refreshed on deployment, perhaps this is clearing the Log?