fix(account): Fix: updated cleanupViews method to correctly iterate over children.

This commit is contained in:
2024-10-07 00:08:52 +02:00
parent c547105ab6
commit 3cb79c8dbe
4 changed files with 8 additions and 3 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 2024-10-07 - 1.3.1 - fix(account)
Fix: updated cleanupViews method to correctly iterate over children.
- Fixed the iteration over view container children by converting it to an array before removing children. This resolves potential errors due to incorrect for-loop execution on HTMLCollection.
## 2024-10-06 - 1.3.0 - feat(account)
Implement account and organization management features