Giovanni S | Flow (2024-07-25)
I'm getting some weird errors running a 
load<@AnyResource> in the latest pre-release CLI main of https://github.com/onflow/hybrid-custody fails with the newer CLI/Cadence versions?/title <new title>v1.21.0-cadence-v1.0.0-preview.27v1.21.0-cadence-v1.0.0-preview.31[Error Code: 1101] cadence runtime error: Execution failed:\nerror: invalid transfer of value: expected `<<invalid>>`, got `HybridCustody.ManagerHybridCustody.Manager@AnyResource@AnyResourceimport "HybridCustody"
import "Burner"
transaction {
prepare(acct: auth(Storage) &Account) {
let m <- acct.storage.load<@AnyResource>(from: HybridCustody.ManagerStoragePath)
?? panic("no resource found in manager storage path")
Burner.burn(<- m)
}
}expected <<invalid>>v1.0.0-preview.35