Hi Justin, Yes. I guess by default the modal overlay behind the Alert component has its modal-transparency-blur as a non zero value. Only when i set it to zero, i do not see anymore memory spikes/leaks whenever the Alert component is displayed.
Thanks. On Thu, Mar 15, 2018 at 1:39 AM, Justin Mclean <jus...@classsoftware.com> wrote: > Hi, > > > With the below styling to the Alert component, I am able to see that > there > > is no spike in application memory when the Alert component is displayed. > > > > { > > modal-transparency: 0.5; > > modal-transparency-color: white; > > modal-transparency-blur: 0; > > } > > Was it the blur of non zero that cause the issue? > > Thanks, > Justin >