You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
beforeCreate and created hooks in VOA are treated a bit differently since they don't have an equivalent in VCA, and that special treatment is missing the error handling:
Version
3.0.0
Reproduction link
https://codesandbox.io/s/errorcaptured-cant-catch-error-from-created-hook-x316j?file=/src/components/HelloWorld.vue
Steps to reproduce
errorCaptured
in Parent componenterrorHandler
What is expected?
error is catched
What is actually happening?
error can't be catched
The text was updated successfully, but these errors were encountered: