The "Simple Action" example in the Playground section returns an error instead of displaying the right bytecode
Compiler result
Compiler version: 0.8.31+commit.fd3a2265.Emscripten.clang
Errors
Warning: 'send' is deprecated and scheduled for removal. Use 'call{value: <amount>}("")' instead. --> :91:18: | 91 | if (!payable(msg.sender).send(amount)) { | ^^^^^^^^^^^^^^^^^^^^^^^^ ,Warning: 'transfer' is deprecated and scheduled for removal. Use 'call{value: <amount>}("")' instead. --> :125:9: | 125 | beneficiary.transfer(highestBid); | ^^^^^^^^^^^^^^^^^^^^

The "Simple Action" example in the Playground section returns an error instead of displaying the right bytecode