-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Description
Vue version
3.4.35
Link to minimal reproduction
Steps to reproduce
- use an inline event handler, e.g. `@click="() => { }"
- throw an error within it (could also mean within a function you are calling)
- catch it, still within the event handler, and observe the error object being undefined
What is expected?
The error that has been thrown
What is actually happening?
The error is undefined
System Info
No response
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
No labels