There seems to be a memory leak on the component, although I might be wrong and my implementation is causing problems. Im currently trying to destroy the parent component, which i can do, but the SignaturePad Object is persistent and wont be destroyed by the garbage collector. If I enter and exit the parent component several times, I can see new instances of signaturePad being stored but no new or preoviously persistent instances of the parent component. Is there any solution for this? Or is this a problem with the library?
There seems to be a memory leak on the component, although I might be wrong and my implementation is causing problems. Im currently trying to destroy the parent component, which i can do, but the SignaturePad Object is persistent and wont be destroyed by the garbage collector. If I enter and exit the parent component several times, I can see new instances of signaturePad being stored but no new or preoviously persistent instances of the parent component. Is there any solution for this? Or is this a problem with the library?
Currently using: