[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
@@ -1492,7 +1492,7 @@ describe("Reactivity: useState", () => {
"Parent:rendered",
"Parent:willPatch",
"Child:willUnmount",
"Child:destroyed",
"Child:willDestroy",
"Parent:patched",
]).toBeLogged();