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
[ X] MaterialDesignFrameworkModule — Material Design
[ X] Bootstrap3FrameworkModule — Bootstrap 3
[ X] Bootstrap4FrameworkModule — Bootstrap 4
[ X] NoFrameworkModule — plain HTML
Other (please specify below)
A clear and concise description of what the bug is.
If you open the application in multiple tabs (opened for different environment for testing) and keep working on it for long time without closing your browser eventually it page hangs and have to close all the browser window and relaunch.
Looks like this component accumulates more and more memory on every refresh.
Describe the bug
which template:
A clear and concise description of what the bug is.
If you open the application in multiple tabs (opened for different environment for testing) and keep working on it for long time without closing your browser eventually it page hangs and have to close all the browser window and relaunch.
Looks like this component accumulates more and more memory on every refresh.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected that DOM Nodes and JS Event listeners should not accumulate after every refresh and avoid memory leak and browser hangs.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Log output covering before error and any error statements
Additional context
Detailed Description
Context
Possible Implementation
The text was updated successfully, but these errors were encountered: