I'm defining the return type of an async method as a Promise < string > using flow-type
If I add a try catch loop it doesn't work.
Please click on the examples to see the code running on flow/try
Example 1 Doesn't work
I'm defining the return type of an async method as a Promise < string > using flow-type
If I add a try catch loop it doesn't work.
Please click on the examples to see the code running on flow/try
Example 1 Doesn't work