-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
Describe the bug
In asyncComputed
, awaited errors are silently ignored by default since onError
has value noop
. It should probably instead use either globalThis.reportError
or should call the Vue errorCaptured
hook.
Reproduction
System Info
N/A
Used Package Manager
npm
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a VueUse issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.