[REF] component: remove onDestroyed, implement onWillDestroy

This commit is contained in:
Géry Debongnie
2021-11-29 14:06:53 +01:00
committed by Aaron Bohy
parent 8c600fa539
commit 779003e715
10 changed files with 83 additions and 117 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ describe("t-component", () => {
"ChildB:rendered",
"Parent:willPatch",
"ChildA:willUnmount",
"ChildA:destroyed",
"ChildA:willDestroy",
"ChildB:mounted",
"Parent:patched",
]).toBeLogged();