This repository has been archived by the owner on May 2, 2022. It is now read-only.
Returning a value wrapped in option from a message results in error #84
Labels
bug
Something isn't working
Returning a value wrapped in an option results in the following error:
Uncaught error. Something went wrong with the query and rendering of this component. createType(Option):: Cannot construct unknown type Option
If the value is None, there is no error. It only happens when it is Some.
To reproduce, run the ink erc721 example. Call mint on a token ID. Then call owner_of on the same token ID you just minted.
The text was updated successfully, but these errors were encountered: