[IMP] component: re-introduce error handling in lifecycle

This commit is contained in:
Lucas Perais (lpe)
2021-11-08 10:30:36 +01:00
committed by Aaron Bohy
parent bca6afeb90
commit e0c0306acd
8 changed files with 668 additions and 65 deletions
+1
View File
@@ -68,6 +68,7 @@ export {
onPatched,
onRender,
onDestroyed,
onError,
} from "./component/lifecycle_hooks";
export const __info__ = {};