Angular: 8.2.14
ngx-bootstrap: 5.5.0
build system: angular cli
Demo Project: https://stackblitz.com/edit/angular-r5bngk
App URL: https://angular-r5bngk.stackblitz.io
I've set up the demo app to log every change detection cycle to the console. If you open the app in chrome and click on the first accordion header it will fire at least twice and then stop. In IE11 it will be run infinitely, causing the app to slow down to a crawl.
This problem only occurs if the [isAnimated] property of the accordion is set to true.
Angular: 8.2.14
ngx-bootstrap: 5.5.0
build system: angular cliDemo Project: https://stackblitz.com/edit/angular-r5bngk
App URL: https://angular-r5bngk.stackblitz.ioI've set up the demo app to log every change detection cycle to the console. If you open the app in chrome and click on the first accordion header it will fire at least twice and then stop. In IE11 it will be run infinitely, causing the app to slow down to a crawl.
This problem only occurs if the [isAnimated] property of the accordion is set to true.
going to investigate the issue
Most helpful comment
going to investigate the issue