You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I recently noticed that the input component leaks somehow: the amount of used memory & dom nodes count are constantly increasing when cycling between the same routes.
To reproduce this, please jump between route 1 and route 2 multiple times (10x+) and call GC collector from web inspector.
Stats on initial page load:
Stats after 10-15 cycles:
Observations:
tui-hosted-dropdown leaks
tui-input leaks
tui-select with tui-data-list-wrapper & tuiDataList inside leaks
Angular version
17.1.0
Taiga UI version
3.62.0
Which browsers have you used?
Chrome
Firefox
Safari
Edge
Which operating systems have you used?
macOS
Windows
Linux
iOS
Android
The text was updated successfully, but these errors were encountered:
Playground Link
https://github.com/zip-fa/taiga-memory-leak
Description
Hi.
I recently noticed that the input component leaks somehow: the amount of used memory & dom nodes count are constantly increasing when cycling between the same routes.
To reproduce this, please jump between route 1 and route 2 multiple times (10x+) and call GC collector from web inspector.
Stats on initial page load:
Stats after 10-15 cycles:
Observations:
Angular version
17.1.0
Taiga UI version
3.62.0
Which browsers have you used?
Which operating systems have you used?
The text was updated successfully, but these errors were encountered: