fix: fix useAsyncFunction implementation
As we wrap an async function we must await it. Otherwise finally is called immediately.
Please register or sign in to comment
As we wrap an async function we must await it. Otherwise finally is called immediately.