[REF] component: remove onDestroyed, implement onWillDestroy

This commit is contained in:
Géry Debongnie
2021-11-29 14:06:53 +01:00
committed by Samuel Degueldre
parent 03f34a38dc
commit 0831bb54e3
10 changed files with 83 additions and 117 deletions
+1 -1
View File
@@ -1492,7 +1492,7 @@ describe("Reactivity: useState", () => {
"Parent:rendered",
"Parent:willPatch",
"Child:willUnmount",
"Child:destroyed",
"Child:willDestroy",
"Parent:patched",
]).toBeLogged();