errorCaptured/errorHandler can't catch error from created hook
Version
3.0.0
Reproduction link
Steps to reproduce
- throw error from Child component
- try to catch it via
errorCaptured
in Parent component - try to catch it via global
errorHandler
What is expected?
error is catched
What is actually happening?
error can't be catched
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: