We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Describe the bug Sometimes when using ifError to handle the error and do so ething it doesn't work.
To Reproduce const result = driverAvailability.becomeAvailable().ifError((err) => return err;);
const result = driverAvailability.becomeAvailable().ifError((err) => return err;);
Expected behavior It should transpile