Hi,
I’ve updated my react app to moralis 1.3.2 and react-moralis 1.3.1
I have updated my code as mentioned here. which states that
Return values are changed for Moralis.executeFunction and Moralis.transfer. They are now a transaction response from Ethers.js:
However, when I try to use executeFunction, and try to use the wait command, it gives me this error
Property 'wait' does not exist on type 'ExecuteFunctionResult'.
Where the function is declared and I How I invoke the function: